#324E65

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

Shades of Cello #324E65

Tints of Cello #324E65

Color information

#324E65 (or 0x324E65) is unknown color: approx Cello. HEX triplet: 32, 4E and 65. RGB value is (50,78,101). Sum of RGB (Red+Green+Blue) = 50+78+101=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #324E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E65 is #CDB19A. Grayscale: #484848. Windows color (decimal): -13480347 or 6639154. OLE color: 6639154.

HSL color Cylindrical-coordinate representation of color #324E65: hue angle of 207.06º 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 #324E65 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5078101-
CMYK0.500.2300.60
HSL207.06º33.77%29.61%-
HSV(B)207.06º50.5%39.61%-
XYZ6.397.0713.34-
YUV72.25144.22112.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=21.83%
G=34.06%
B=44.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50781010.500.2300.60207.0633.7729.61
Hex324E65321703Ccf221e
Octal6211614562270743174236
Binary110010100111011001011100101011101111001100111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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