#325065

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

Shades of Cello #325065

Tints of Cello #325065

Color information

#325065 (or 0x325065) is unknown color: approx Cello. HEX triplet: 32, 50 and 65. RGB value is (50,80,101). Sum of RGB (Red+Green+Blue) = 50+80+101=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #325065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325065 is #CDAF9A. Grayscale: #494949. Windows color (decimal): -13479835 or 6639666. OLE color: 6639666.

HSL color Cylindrical-coordinate representation of color #325065: hue angle of 204.71º 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 #325065 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5080101-
CMYK0.500.2100.60
HSL204.71º33.77%29.61%-
HSV(B)204.71º50.5%39.61%-
XYZ6.537.3613.39-
YUV73.42143.56111.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=21.65%
G=34.63%
B=43.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50801010.500.2100.60204.7133.7729.61
Hex325065321503Ccd221e
Octal6212014562250743154236
Binary110010101000011001011100101010101111001100110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325065; }

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

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

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

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

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

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

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

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