#324D5F

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

Shades of Cello #324D5F

Tints of Cello #324D5F

Color information

#324D5F (or 0x324D5F) is unknown color: approx Cello. HEX triplet: 32, 4D and 5F. RGB value is (50,77,95). Sum of RGB (Red+Green+Blue) = 50+77+95=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #324D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D5F is #CDB2A0. Grayscale: #464646. Windows color (decimal): -13480609 or 6245682. OLE color: 6245682.

HSL color Cylindrical-coordinate representation of color #324D5F: hue angle of 204º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324D5F is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB507795-
CMYK0.470.1900.63
HSL204º31.03%28.43%-
HSV(B)204º47.37%37.25%-
XYZ6.036.8111.82-
YUV70.98141.55113.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=22.52%
G=34.68%
B=42.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5077950.470.1900.6320431.0328.43
Hex324D5F2F1303Fcc1f1c
Octal6211513757230773143734
Binary11001010011011011111101111100110111111110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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