#324D65

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

Shades of Cello #324D65

Tints of Cello #324D65

Color information

#324D65 (or 0x324D65) is unknown color: approx Cello. HEX triplet: 32, 4D and 65. RGB value is (50,77,101). Sum of RGB (Red+Green+Blue) = 50+77+101=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #324D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D65 is #CDB29A. Grayscale: #474747. Windows color (decimal): -13480603 or 6638898. OLE color: 6638898.

HSL color Cylindrical-coordinate representation of color #324D65: hue angle of 208.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324D65 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5077101-
CMYK0.500.2400.60
HSL208.24º33.77%29.61%-
HSV(B)208.24º50.5%39.61%-
XYZ6.326.9313.32-
YUV71.66144.55112.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=21.93%
G=33.77%
B=44.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50771010.500.2400.60208.2433.7729.61
Hex324D65321803Cd0221e
Octal6211514562300743204236
Binary110010100110111001011100101100001111001101000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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