#324863

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

Shades of Cello #324863

Tints of Cello #324863

Color information

#324863 (or 0x324863) is unknown color: approx Cello. HEX triplet: 32, 48 and 63. RGB value is (50,72,99). Sum of RGB (Red+Green+Blue) = 50+72+99=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #324863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324863 is #CDB79C. Grayscale: #444444. Windows color (decimal): -13481885 or 6506546. OLE color: 6506546.

HSL color Cylindrical-coordinate representation of color #324863: hue angle of 213.06º 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 #324863 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB507299-
CMYK0.490.2700.61
HSL213.06º32.89%29.22%-
HSV(B)213.06º49.49%38.82%-
XYZ5.886.2112.69-
YUV68.5145.21114.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=22.62%
G=32.58%
B=44.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5072990.490.2700.61213.0632.8929.22
Hex324863311B03Dd5211d
Octal6211014361330753254135
Binary110010100100011000111100011101101111011101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324863; }

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

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

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

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

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

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

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

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