#324B60

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

Shades of Cello #324B60

Tints of Cello #324B60

Color information

#324B60 (or 0x324B60) is unknown color: approx Cello. HEX triplet: 32, 4B and 60. RGB value is (50,75,96). Sum of RGB (Red+Green+Blue) = 50+75+96=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #324B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B60 is #CDB49F. Grayscale: #454545. Windows color (decimal): -13481120 or 6310706. OLE color: 6310706.

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

Color convert

RGB507596-
CMYK0.480.2200.62
HSL207.39º31.51%28.63%-
HSV(B)207.39º47.92%37.65%-
XYZ5.946.5512.02-
YUV69.92142.72113.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=22.62%
G=33.94%
B=43.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5075960.480.2200.62207.3931.5128.63
Hex324B60301603Ecf201d
Octal6211314060260763174035
Binary110010100101111000001100001011001111101100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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