#31548C

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

Shades of Fun Blue #31548C

Tints of Fun Blue #31548C

Color information

#31548C (or 0x31548C) is unknown color: approx Fun Blue. HEX triplet: 31, 54 and 8C. RGB value is (49,84,140). Sum of RGB (Red+Green+Blue) = 49+84+140=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #31548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31548C is #CEAB73. Grayscale: #4F4F4F. Windows color (decimal): -13544308 or 9196593. OLE color: 9196593.

HSL color Cylindrical-coordinate representation of color #31548C: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31548C is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4984140-
CMYK0.650.400.45
HSL216.92º48.15%37.06%-
HSV(B)216.92º65%54.9%-
XYZ9.178.8926.04-
YUV79.92161.9105.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=17.95%
G=30.77%
B=51.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49841400.650.400.45216.9248.1537.06
Hex31548C412802Dd93025
Octal61124214101500553316045
Binary1100011010100100011001000001101000010110111011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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