#324959

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

Shades of Cello #324959

Tints of Cello #324959

Color information

#324959 (or 0x324959) is unknown color: approx Cello. HEX triplet: 32, 49 and 59. RGB value is (50,73,89). Sum of RGB (Red+Green+Blue) = 50+73+89=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #324959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324959 is #CDB6A6. Grayscale: #434343. Windows color (decimal): -13481639 or 5851442. OLE color: 5851442.

HSL color Cylindrical-coordinate representation of color #324959: hue angle of 204.62º 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 #324959 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB507389-
CMYK0.440.1800.65
HSL204.62º28.06%27.25%-
HSV(B)204.62º43.82%34.9%-
XYZ5.56.1610.35-
YUV67.95139.88115.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=23.58%
G=34.43%
B=41.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5073890.440.1800.65204.6228.0627.25
Hex3249592C12041cd1c1b
Octal62111131542201013153433
Binary110010100100110110011011001001001000001110011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324959; }

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

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

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

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

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

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

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

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