#324860

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

Shades of Cello #324860

Tints of Cello #324860

Color information

#324860 (or 0x324860) is unknown color: approx Cello. HEX triplet: 32, 48 and 60. RGB value is (50,72,96). Sum of RGB (Red+Green+Blue) = 50+72+96=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #324860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324860 is #CDB79F. Grayscale: #444444. Windows color (decimal): -13481888 or 6309938. OLE color: 6309938.

HSL color Cylindrical-coordinate representation of color #324860: hue angle of 211.3º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324860 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507296-
CMYK0.480.2500.62
HSL211.3º31.51%28.63%-
HSV(B)211.3º47.92%37.65%-
XYZ5.746.1611.95-
YUV68.16143.71115.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=22.94%
G=33.03%
B=44.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5072960.480.2500.62211.331.5128.63
Hex324860301903Ed3201d
Octal6211014060310763234035
Binary110010100100011000001100001100101111101101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324860; }

 p { color: rgb(50,72,96); }

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

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

 a { background-color: rgb(50,72,96); }

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

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

 span { border-color: rgb(50,72,96); }

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