#3F86B4

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

Shades of Curious Blue #3F86B4

Tints of Curious Blue #3F86B4

Color information

#3F86B4 (or 0x3F86B4) is unknown color: approx Curious Blue. HEX triplet: 3F, 86 and B4. RGB value is (63,134,180). Sum of RGB (Red+Green+Blue) = 63+134+180=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F86B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86B4 is #C0794B. Grayscale: #757575. Windows color (decimal): -12613964 or 11830847. OLE color: 11830847.

HSL color Cylindrical-coordinate representation of color #3F86B4: hue angle of 203.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F86B4 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63134180-
CMYK0.650.2600.29
HSL203.59º48.15%47.65%-
HSV(B)203.59º65%70.59%-
XYZ18.8121.446.32-
YUV118.02162.9888.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=16.71%
G=35.54%
B=47.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631341800.650.2600.29203.5948.1547.65
Hex3F86B4411A01Dcc3030
Octal77206264101320353146060
Binary111111100001101011010010000011101001110111001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,180); }

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

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

 a { background-color: rgb(63,134,180); }

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

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

 span { border-color: rgb(63,134,180); }

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