#32495D

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

Shades of Cello #32495D

Tints of Cello #32495D

Color information

#32495D (or 0x32495D) is unknown color: approx Cello. HEX triplet: 32, 49 and 5D. RGB value is (50,73,93). Sum of RGB (Red+Green+Blue) = 50+73+93=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #32495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32495D is #CDB6A2. Grayscale: #444444. Windows color (decimal): -13481635 or 6113586. OLE color: 6113586.

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

Color convert

RGB507393-
CMYK0.460.2200.64
HSL207.91º30.07%28.04%-
HSV(B)207.91º46.24%36.47%-
XYZ5.676.2311.26-
YUV68.4141.88114.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=23.15%
G=33.80%
B=43.06%

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
Decimal5073930.460.2200.64207.9130.0728.04
Hex32495D2E16040d01e1c
Octal62111135562601003203634
Binary110010100100110111011011101011001000000110100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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