#31485A

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

Shades of Cello #31485A

Tints of Cello #31485A

Color information

#31485A (or 0x31485A) is unknown color: approx Cello. HEX triplet: 31, 48 and 5A. RGB value is (49,72,90). Sum of RGB (Red+Green+Blue) = 49+72+90=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #31485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31485A is #CEB7A5. Grayscale: #434343. Windows color (decimal): -13547430 or 5916721. OLE color: 5916721.

HSL color Cylindrical-coordinate representation of color #31485A: hue angle of 206.34º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31485A is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497290-
CMYK0.460.2000.65
HSL206.34º29.5%27.25%-
HSV(B)206.34º45.56%35.29%-
XYZ5.436.0310.55-
YUV67.18140.88115.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=23.22%
G=34.12%
B=42.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4972900.460.2000.65206.3429.527.25
Hex31485A2E14041ce1d1b
Octal61110132562401013163533
Binary110001100100010110101011101010001000001110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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