#32475D

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

Shades of Cello #32475D

Tints of Cello #32475D

Color information

#32475D (or 0x32475D) is unknown color: approx Cello. HEX triplet: 32, 47 and 5D. RGB value is (50,71,93). Sum of RGB (Red+Green+Blue) = 50+71+93=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #32475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32475D is #CDB8A2. Grayscale: #434343. Windows color (decimal): -13482147 or 6113074. OLE color: 6113074.

HSL color Cylindrical-coordinate representation of color #32475D: 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.46%. Process color model (Four color, CMYK) of #32475D is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB507193-
CMYK0.460.2400.64
HSL210.7º30.07%28.04%-
HSV(B)210.7º46.24%36.47%-
XYZ5.545.9711.22-
YUV67.23142.54115.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=23.36%
G=33.18%
B=43.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5071930.460.2400.64210.730.0728.04
Hex32475D2E18040d31e1c
Octal62107135563001003233634
Binary110010100011110111011011101100001000000110100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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