#325063

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

Shades of Cello #325063

Tints of Cello #325063

Color information

#325063 (or 0x325063) is unknown color: approx Cello. HEX triplet: 32, 50 and 63. RGB value is (50,80,99). Sum of RGB (Red+Green+Blue) = 50+80+99=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #325063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325063 is #CDAF9C. Grayscale: #494949. Windows color (decimal): -13479837 or 6508594. OLE color: 6508594.

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

Color convert

RGB508099-
CMYK0.490.1900.61
HSL203.27º32.89%29.22%-
HSV(B)203.27º49.49%38.82%-
XYZ6.447.3212.88-
YUV73.2142.56111.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=21.83%
G=34.93%
B=43.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5080990.490.1900.61203.2732.8929.22
Hex325063311303Dcb211d
Octal6212014361230753134135
Binary110010101000011000111100011001101111011100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325063; }

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

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

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

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

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

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

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

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