#324C5D

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

Shades of Cello #324C5D

Tints of Cello #324C5D

Color information

#324C5D (or 0x324C5D) is unknown color: approx Cello. HEX triplet: 32, 4C and 5D. RGB value is (50,76,93). Sum of RGB (Red+Green+Blue) = 50+76+93=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #324C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C5D is #CDB3A2. Grayscale: #464646. Windows color (decimal): -13480867 or 6114354. OLE color: 6114354.

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

Color convert

RGB507693-
CMYK0.460.1800.64
HSL203.72º30.07%28.04%-
HSV(B)203.72º46.24%36.47%-
XYZ5.886.6411.33-
YUV70.16140.89113.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=22.83%
G=34.70%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5076930.460.1800.64203.7230.0728.04
Hex324C5D2E12040cc1e1c
Octal62114135562201003143634
Binary110010100110010111011011101001001000000110011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324C5D; }

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

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

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

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

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

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

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

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