#3f95be

Color #3F95BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3F95BE

Tints of Curious Blue #3F95BE

Color information

#3F95BE (or 0x3F95BE) is unknown color: approx Curious Blue. HEX triplet: 3F, 95 and BE. RGB value is (63,149,190). Sum of RGB (Red+Green+Blue) = 63+149+190=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F95BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F95BE is #C06A41. Grayscale: #7F7F7F. Windows color (decimal): -12610114 or 12490047. OLE color: 12490047.

HSL color Cylindrical-coordinate representation of color #3F95BE: hue angle of 199.37º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F95BE is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63149190-
CMYK0.670.2200.25
HSL199.37º50.2%49.61%-
HSV(B)199.37º66.84%74.51%-
XYZ22.0926.2752.62-
YUV127.96163.0181.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=15.67%
G=37.06%
B=47.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631491900.670.2200.25199.3750.249.61
Hex3F95BE4316019c73232
Octal77225276103260313076262
Binary111111100101011011111010000111011001100111000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f95be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f95be; }

 p { color: rgb(63,149,190); }

 H1.HeaderClassName
 {
   color: #3f95be;
 }
 .AnyTagClassName
 {
   color: #3f95be;
 }
</style>
background-color css

<style>
 a { background-color: #3f95be; }

 a { background-color: rgb(63,149,190); }

 div.DivClassName
 {
   background-color: #3f95be;
 }
 .BgClassName
 {
   background-color: #3f95be;
 }
</style>
border-color css

<style>
 span { border-color: #3f95be; }

 span { border-color: rgb(63,149,190); }

 td.TdClassName
 {
   border-color: #3f95be;
 }
 .TagClassName
 {
   border-color: #3f95be;
 }
</style>