#31487F

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

Shades of Fun Blue #31487F

Tints of Fun Blue #31487F

Color information

#31487F (or 0x31487F) is unknown color: approx Fun Blue. HEX triplet: 31, 48 and 7F. RGB value is (49,72,127). Sum of RGB (Red+Green+Blue) = 49+72+127=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #31487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31487F is #CEB780. Grayscale: #474747. Windows color (decimal): -13547393 or 8341553. OLE color: 8341553.

HSL color Cylindrical-coordinate representation of color #31487F: hue angle of 222.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31487F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4972127-
CMYK0.610.4300.50
HSL222.31º44.32%34.51%-
HSV(B)222.31º61.42%49.8%-
XYZ7.416.8221-
YUV71.39159.38112.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 127 (50% from 255) = 51.21%
R=19.76%
G=29.03%
B=51.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49721270.610.4300.50222.3144.3234.51
Hex31487F3D2B032de2c23
Octal6111017775530623365443
Binary11000110010001111111111101101011011001011011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31487F; }

 p { color: rgb(49,72,127); }

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

<style>
 a { background-color: #31487F; }

 a { background-color: rgb(49,72,127); }

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

<style>
 span { border-color: #31487F; }

 span { border-color: rgb(49,72,127); }

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