#324559

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

Shades of Cello #324559

Tints of Cello #324559

Color information

#324559 (or 0x324559) is unknown color: approx Cello. HEX triplet: 32, 45 and 59. RGB value is (50,69,89). Sum of RGB (Red+Green+Blue) = 50+69+89=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #324559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324559 is #CDBAA6. Grayscale: #414141. Windows color (decimal): -13482663 or 5850418. OLE color: 5850418.

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

Color convert

RGB506989-
CMYK0.440.2200.65
HSL210.77º28.06%27.25%-
HSV(B)210.77º43.82%34.9%-
XYZ5.255.6610.27-
YUV65.6141.21116.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=24.04%
G=33.17%
B=42.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5069890.440.2200.65210.7728.0627.25
Hex3245592C16041d31c1b
Octal62105131542601013233433
Binary110010100010110110011011001011001000001110100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324559; }

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

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

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

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

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

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

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

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