#31548E

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

Shades of Fun Blue #31548E

Tints of Fun Blue #31548E

Color information

#31548E (or 0x31548E) is unknown color: approx Fun Blue. HEX triplet: 31, 54 and 8E. RGB value is (49,84,142). Sum of RGB (Red+Green+Blue) = 49+84+142=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #31548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31548E is #CEAB71. Grayscale: #4F4F4F. Windows color (decimal): -13544306 or 9327665. OLE color: 9327665.

HSL color Cylindrical-coordinate representation of color #31548E: hue angle of 217.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31548E is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4984142-
CMYK0.650.4100.44
HSL217.42º48.69%37.45%-
HSV(B)217.42º65.49%55.69%-
XYZ9.328.9526.83-
YUV80.15162.9105.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=17.82%
G=30.55%
B=51.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49841420.650.4100.44217.4248.6937.45
Hex31548E412902Cd93125
Octal61124216101510543316145
Binary1100011010100100011101000001101001010110011011001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31548E; }

 p { color: rgb(49,84,142); }

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

<style>
 a { background-color: #31548E; }

 a { background-color: rgb(49,84,142); }

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

<style>
 span { border-color: #31548E; }

 span { border-color: rgb(49,84,142); }

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