#325060

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

Shades of Cello #325060

Tints of Cello #325060

Color information

#325060 (or 0x325060) is unknown color: approx Cello. HEX triplet: 32, 50 and 60. RGB value is (50,80,96). Sum of RGB (Red+Green+Blue) = 50+80+96=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #325060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325060 is #CDAF9F. Grayscale: #484848. Windows color (decimal): -13479840 or 6311986. OLE color: 6311986.

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

Color convert

RGB508096-
CMYK0.480.1700.62
HSL200.87º31.51%28.63%-
HSV(B)200.87º47.92%37.65%-
XYZ6.37.2612.14-
YUV72.85141.06111.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=22.12%
G=35.40%
B=42.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5080960.480.1700.62200.8731.5128.63
Hex325060301103Ec9201d
Octal6212014060210763114035
Binary110010101000011000001100001000101111101100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325060; }

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

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

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

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

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

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

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

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