#31465C

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

Shades of Cello #31465C

Tints of Cello #31465C

Color information

#31465C (or 0x31465C) is unknown color: approx Cello. HEX triplet: 31, 46 and 5C. RGB value is (49,70,92). Sum of RGB (Red+Green+Blue) = 49+70+92=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #31465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31465C is #CEB9A3. Grayscale: #424242. Windows color (decimal): -13547940 or 6047281. OLE color: 6047281.

HSL color Cylindrical-coordinate representation of color #31465C: hue angle of 210.7º degrees, saturation: 0.3, 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 #31465C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497092-
CMYK0.470.2400.64
HSL210.7º30.5%27.65%-
HSV(B)210.7º46.74%36.08%-
XYZ5.395.8110.96-
YUV66.23142.54115.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=23.22%
G=33.18%
B=43.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4970920.470.2400.64210.730.527.65
Hex31465C2F18040d31e1c
Octal61106134573001003233634
Binary110001100011010111001011111100001000000110100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,70,92); }

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

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

 a { background-color: rgb(49,70,92); }

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

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

 span { border-color: rgb(49,70,92); }

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