#324963

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

Shades of Cello #324963

Tints of Cello #324963

Color information

#324963 (or 0x324963) is unknown color: approx Cello. HEX triplet: 32, 49 and 63. RGB value is (50,73,99). Sum of RGB (Red+Green+Blue) = 50+73+99=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #324963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324963 is #CDB69C. Grayscale: #444444. Windows color (decimal): -13481629 or 6506802. OLE color: 6506802.

HSL color Cylindrical-coordinate representation of color #324963: hue angle of 211.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324963 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB507399-
CMYK0.490.2600.61
HSL211.84º32.89%29.22%-
HSV(B)211.84º49.49%38.82%-
XYZ5.956.3412.72-
YUV69.09144.88114.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=22.52%
G=32.88%
B=44.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5073990.490.2600.61211.8432.8929.22
Hex324963311A03Dd4211d
Octal6211114361320753244135
Binary110010100100111000111100011101001111011101010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324963; }

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

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

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

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

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

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

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

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