#1F3F87

Color #1F3F87 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #1F3F87

Tints of Fun Blue #1F3F87

Color information

#1F3F87 (or 0x1F3F87) is unknown color: approx Fun Blue. HEX triplet: 1F, 3F and 87. RGB value is (31,63,135). Sum of RGB (Red+Green+Blue) = 31+63+135=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F3F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3F87 is #E0C078. Grayscale: #3D3D3D. Windows color (decimal): -14729337 or 8863519. OLE color: 8863519.

HSL color Cylindrical-coordinate representation of color #1F3F87: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3F87 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3163135-
CMYK0.770.5300.47
HSL221.54º62.65%32.55%-
HSV(B)221.54º77.04%52.94%-
XYZ6.725.623.65-
YUV61.64169.4106.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=13.54%
G=27.51%
B=58.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31631350.770.5300.47221.5462.6532.55
Hex1F3F874D3502Fde3f21
Octal3777207115650573367741
Binary11111111111100001111001101110101010111111011110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3F87; }

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

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

<style>
 a { background-color: #1F3F87; }

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

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

<style>
 span { border-color: #1F3F87; }

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

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