#31496C

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

Shades of Cello #31496C

Tints of Cello #31496C

Color information

#31496C (or 0x31496C) is unknown color: approx Cello. HEX triplet: 31, 49 and 6C. RGB value is (49,73,108). Sum of RGB (Red+Green+Blue) = 49+73+108=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #31496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31496C is #CEB693. Grayscale: #454545. Windows color (decimal): -13547156 or 7096625. OLE color: 7096625.

HSL color Cylindrical-coordinate representation of color #31496C: hue angle of 215.59º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31496C is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4973108-
CMYK0.550.3200.58
HSL215.59º37.58%30.78%-
HSV(B)215.59º54.63%42.35%-
XYZ6.366.515.11-
YUV69.81149.55113.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=21.30%
G=31.74%
B=46.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49731080.550.3200.58215.5937.5830.78
Hex31496C372003Ad8261f
Octal6111115467400723304637
Binary1100011001001110110011011110000001110101101100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,73,108); }

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

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

 a { background-color: rgb(49,73,108); }

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

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

 span { border-color: rgb(49,73,108); }

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