#31485B

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

Shades of Cello #31485B

Tints of Cello #31485B

Color information

#31485B (or 0x31485B) is unknown color: approx Cello. HEX triplet: 31, 48 and 5B. RGB value is (49,72,91). Sum of RGB (Red+Green+Blue) = 49+72+91=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #31485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31485B is #CEB7A4. Grayscale: #434343. Windows color (decimal): -13547429 or 5982257. OLE color: 5982257.

HSL color Cylindrical-coordinate representation of color #31485B: hue angle of 207.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31485B is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497291-
CMYK0.460.2100.64
HSL207.14º30%27.45%-
HSV(B)207.14º46.15%35.69%-
XYZ5.476.0410.78-
YUV67.29141.38114.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=23.11%
G=33.96%
B=42.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4972910.460.2100.64207.143027.45
Hex31485B2E15040cf1e1b
Octal61110133562501003173633
Binary110001100100010110111011101010101000000110011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31485B; }

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

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

<style>
 a { background-color: #31485B; }

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

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

<style>
 span { border-color: #31485B; }

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

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