#325165

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

Shades of Cello #325165

Tints of Cello #325165

Color information

#325165 (or 0x325165) is unknown color: approx Cello. HEX triplet: 32, 51 and 65. RGB value is (50,81,101). Sum of RGB (Red+Green+Blue) = 50+81+101=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #325165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325165 is #CDAE9A. Grayscale: #494949. Windows color (decimal): -13479579 or 6639922. OLE color: 6639922.

HSL color Cylindrical-coordinate representation of color #325165: hue angle of 203.53º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325165 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5081101-
CMYK0.500.2000.60
HSL203.53º33.77%29.61%-
HSV(B)203.53º50.5%39.61%-
XYZ6.617.513.41-
YUV74.01143.23110.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=21.55%
G=34.91%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50811010.500.2000.60203.5333.7729.61
Hex325165321403Ccc221e
Octal6212114562240743144236
Binary110010101000111001011100101010001111001100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325165; }

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

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

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

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

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

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

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

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