#31477F

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

Shades of Fun Blue #31477F

Tints of Fun Blue #31477F

Color information

#31477F (or 0x31477F) is unknown color: approx Fun Blue. HEX triplet: 31, 47 and 7F. RGB value is (49,71,127). Sum of RGB (Red+Green+Blue) = 49+71+127=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #31477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31477F is #CEB880. Grayscale: #464646. Windows color (decimal): -13547649 or 8341297. OLE color: 8341297.

HSL color Cylindrical-coordinate representation of color #31477F: hue angle of 223.08º 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 #31477F is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4971127-
CMYK0.610.4400.50
HSL223.08º44.32%34.51%-
HSV(B)223.08º61.42%49.8%-
XYZ7.356.6920.98-
YUV70.81159.71112.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 127 (50% from 255) = 51.42%
R=19.84%
G=28.74%
B=51.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49711270.610.4400.50223.0844.3234.51
Hex31477F3D2C032df2c23
Octal6110717775540623375443
Binary11000110001111111111111101101100011001011011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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