#32495C

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

Shades of Cello #32495C

Tints of Cello #32495C

Color information

#32495C (or 0x32495C) is unknown color: approx Cello. HEX triplet: 32, 49 and 5C. RGB value is (50,73,92). Sum of RGB (Red+Green+Blue) = 50+73+92=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #32495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32495C is #CDB6A3. Grayscale: #444444. Windows color (decimal): -13481636 or 6048050. OLE color: 6048050.

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

Color convert

RGB507392-
CMYK0.460.2100.64
HSL207.14º29.58%27.84%-
HSV(B)207.14º45.65%36.08%-
XYZ5.636.2211.03-
YUV68.29141.38114.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=23.26%
G=33.95%
B=42.79%

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
Decimal5073920.460.2100.64207.1429.5827.84
Hex32495C2E15040cf1e1c
Octal62111134562501003173634
Binary110010100100110111001011101010101000000110011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,73,92); }

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

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

 a { background-color: rgb(50,73,92); }

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

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

 span { border-color: rgb(50,73,92); }

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