#3F87BF

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

Shades of Curious Blue #3F87BF

Tints of Curious Blue #3F87BF

Color information

#3F87BF (or 0x3F87BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 87 and BF. RGB value is (63,135,191). Sum of RGB (Red+Green+Blue) = 63+135+191=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F87BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F87BF is #C07840. Grayscale: #777777. Windows color (decimal): -12613697 or 12551999. OLE color: 12551999.

HSL color Cylindrical-coordinate representation of color #3F87BF: hue angle of 206.25º 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 #3F87BF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63135191-
CMYK0.670.2900.25
HSL206.25º50.39%49.8%-
HSV(B)206.25º67.02%74.9%-
XYZ20.1222.1552.5-
YUV119.86168.1587.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.20%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 191 (75% from 255) = 49.10%
R=16.20%
G=34.70%
B=49.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631351910.670.2900.25206.2550.3949.8
Hex3F87BF431D019ce3232
Octal77207277103350313166262
Binary111111100001111011111110000111110101100111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,135,191); }

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

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

 a { background-color: rgb(63,135,191); }

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

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

 span { border-color: rgb(63,135,191); }

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