#31475B

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

Shades of Cello #31475B

Tints of Cello #31475B

Color information

#31475B (or 0x31475B) is unknown color: approx Cello. HEX triplet: 31, 47 and 5B. RGB value is (49,71,91). Sum of RGB (Red+Green+Blue) = 49+71+91=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #31475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31475B is #CEB8A4. Grayscale: #424242. Windows color (decimal): -13547685 or 5982001. OLE color: 5982001.

HSL color Cylindrical-coordinate representation of color #31475B: hue angle of 208.57º 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 #31475B is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497191-
CMYK0.460.2200.64
HSL208.57º30%27.45%-
HSV(B)208.57º46.15%35.69%-
XYZ5.415.9110.75-
YUV66.7141.71115.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=23.22%
G=33.65%
B=43.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4971910.460.2200.64208.573027.45
Hex31475B2E16040d11e1b
Octal61107133562601003213633
Binary110001100011110110111011101011001000000110100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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