#325069

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

Shades of Cello #325069

Tints of Cello #325069

Color information

#325069 (or 0x325069) is unknown color: approx Cello. HEX triplet: 32, 50 and 69. RGB value is (50,80,105). Sum of RGB (Red+Green+Blue) = 50+80+105=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #325069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325069 is #CDAF96. Grayscale: #494949. Windows color (decimal): -13479831 or 6901810. OLE color: 6901810.

HSL color Cylindrical-coordinate representation of color #325069: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325069 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5080105-
CMYK0.520.2400.59
HSL207.27º35.48%30.39%-
HSV(B)207.27º52.38%41.18%-
XYZ6.737.4414.44-
YUV73.88145.56110.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=21.28%
G=34.04%
B=44.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50801050.520.2400.59207.2735.4830.39
Hex325069341803Bcf231e
Octal6212015164300733174336
Binary110010101000011010011101001100001110111100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325069; }

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

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

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

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

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

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

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

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