#31495D

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

Shades of Cello #31495D

Tints of Cello #31495D

Color information

#31495D (or 0x31495D) is unknown color: approx Cello. HEX triplet: 31, 49 and 5D. RGB value is (49,73,93). Sum of RGB (Red+Green+Blue) = 49+73+93=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #31495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31495D is #CEB6A2. Grayscale: #444444. Windows color (decimal): -13547171 or 6113585. OLE color: 6113585.

HSL color Cylindrical-coordinate representation of color #31495D: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31495D is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497393-
CMYK0.470.2200.64
HSL207.27º30.99%27.84%-
HSV(B)207.27º47.31%36.47%-
XYZ5.626.2111.26-
YUV68.1142.05114.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=22.79%
G=33.95%
B=43.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4973930.470.2200.64207.2730.9927.84
Hex31495D2F16040cf1f1c
Octal61111135572601003173734
Binary110001100100110111011011111011001000000110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31495D; }

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

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

<style>
 a { background-color: #31495D; }

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

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

<style>
 span { border-color: #31495D; }

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

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