#325266

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

Shades of Cello #325266

Tints of Cello #325266

Color information

#325266 (or 0x325266) is unknown color: approx Cello. HEX triplet: 32, 52 and 66. RGB value is (50,82,102). Sum of RGB (Red+Green+Blue) = 50+82+102=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #325266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325266 is #CDAD99. Grayscale: #4A4A4A. Windows color (decimal): -13479322 or 6705714. OLE color: 6705714.

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

Color convert

RGB5082102-
CMYK0.510.2000.6
HSL203.08º34.21%29.8%-
HSV(B)203.08º50.98%40%-
XYZ6.737.6713.7-
YUV74.71143.4110.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=21.37%
G=35.04%
B=43.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50821020.510.2000.6203.0834.2129.8
Hex325266331403Ccb221e
Octal6212214663240743134236
Binary110010101001011001101100111010001111001100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325266; }

 p { color: rgb(50,82,102); }

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

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

 a { background-color: rgb(50,82,102); }

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

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

 span { border-color: rgb(50,82,102); }

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