#325068

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

Shades of Cello #325068

Tints of Cello #325068

Color information

#325068 (or 0x325068) is unknown color: approx Cello. HEX triplet: 32, 50 and 68. RGB value is (50,80,104). Sum of RGB (Red+Green+Blue) = 50+80+104=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #325068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325068 is #CDAF97. Grayscale: #494949. Windows color (decimal): -13479832 or 6836274. OLE color: 6836274.

HSL color Cylindrical-coordinate representation of color #325068: hue angle of 206.67º 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 #325068 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5080104-
CMYK0.520.2300.59
HSL206.67º35.06%30.2%-
HSV(B)206.67º51.92%40.78%-
XYZ6.687.4114.18-
YUV73.77145.06111.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=21.37%
G=34.19%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50801040.520.2300.59206.6735.0630.2
Hex325068341703Bcf231e
Octal6212015064270733174336
Binary110010101000011010001101001011101110111100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325068; }

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

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

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

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

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

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

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

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