#324960

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

Shades of Cello #324960

Tints of Cello #324960

Color information

#324960 (or 0x324960) is unknown color: approx Cello. HEX triplet: 32, 49 and 60. RGB value is (50,73,96). Sum of RGB (Red+Green+Blue) = 50+73+96=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #324960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324960 is #CDB69F. Grayscale: #444444. Windows color (decimal): -13481632 or 6310194. OLE color: 6310194.

HSL color Cylindrical-coordinate representation of color #324960: hue angle of 210º 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 #324960 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507396-
CMYK0.480.2400.62
HSL210º31.51%28.63%-
HSV(B)210º47.92%37.65%-
XYZ5.816.2911.97-
YUV68.74143.38114.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=22.83%
G=33.33%
B=43.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5073960.480.2400.6221031.5128.63
Hex324960301803Ed2201d
Octal6211114060300763224035
Binary110010100100111000001100001100001111101101001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324960; }

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

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

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

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

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

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

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

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