#324859

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

Shades of Cello #324859

Tints of Cello #324859

Color information

#324859 (or 0x324859) is unknown color: approx Cello. HEX triplet: 32, 48 and 59. RGB value is (50,72,89). Sum of RGB (Red+Green+Blue) = 50+72+89=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #324859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324859 is #CDB7A6. Grayscale: #434343. Windows color (decimal): -13481895 or 5851186. OLE color: 5851186.

HSL color Cylindrical-coordinate representation of color #324859: hue angle of 206.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324859 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB507289-
CMYK0.440.1900.65
HSL206.15º28.06%27.25%-
HSV(B)206.15º43.82%34.9%-
XYZ5.446.0310.33-
YUV67.36140.21115.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=23.70%
G=34.12%
B=42.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5072890.440.1900.65206.1528.0627.25
Hex3248592C13041ce1c1b
Octal62110131542301013163433
Binary110010100100010110011011001001101000001110011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324859; }

 p { color: rgb(50,72,89); }

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

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

 a { background-color: rgb(50,72,89); }

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

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

 span { border-color: rgb(50,72,89); }

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