#325163

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

Shades of Cello #325163

Tints of Cello #325163

Color information

#325163 (or 0x325163) is unknown color: approx Cello. HEX triplet: 32, 51 and 63. RGB value is (50,81,99). Sum of RGB (Red+Green+Blue) = 50+81+99=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #325163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325163 is #CDAE9C. Grayscale: #494949. Windows color (decimal): -13479581 or 6508850. OLE color: 6508850.

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

Color convert

RGB508199-
CMYK0.490.1800.61
HSL202.04º32.89%29.22%-
HSV(B)202.04º49.49%38.82%-
XYZ6.517.4612.9-
YUV73.78142.23111.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=21.74%
G=35.22%
B=43.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5081990.490.1800.61202.0432.8929.22
Hex325163311203Dca211d
Octal6212114361220753124135
Binary110010101000111000111100011001001111011100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325163; }

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

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

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

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

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

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

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

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