#324D5D

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

Shades of Cello #324D5D

Tints of Cello #324D5D

Color information

#324D5D (or 0x324D5D) is unknown color: approx Cello. HEX triplet: 32, 4D and 5D. RGB value is (50,77,93). Sum of RGB (Red+Green+Blue) = 50+77+93=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #324D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D5D is #CDB2A2. Grayscale: #464646. Windows color (decimal): -13480611 or 6114610. OLE color: 6114610.

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

Color convert

RGB507793-
CMYK0.460.1700.64
HSL202.33º30.07%28.04%-
HSV(B)202.33º46.24%36.47%-
XYZ5.956.7811.35-
YUV70.75140.55113.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=22.73%
G=35%
B=42.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5077930.460.1700.64202.3330.0728.04
Hex324D5D2E11040ca1e1c
Octal62115135562101003123634
Binary110010100110110111011011101000101000000110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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