#325268

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

Shades of Cello #325268

Tints of Cello #325268

Color information

#325268 (or 0x325268) is unknown color: approx Cello. HEX triplet: 32, 52 and 68. RGB value is (50,82,104). Sum of RGB (Red+Green+Blue) = 50+82+104=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #325268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325268 is #CDAD97. Grayscale: #4A4A4A. Windows color (decimal): -13479320 or 6836786. OLE color: 6836786.

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

Color convert

RGB5082104-
CMYK0.520.2100.59
HSL204.44º35.06%30.2%-
HSV(B)204.44º51.92%40.78%-
XYZ6.837.7114.23-
YUV74.94144.4110.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=21.19%
G=34.75%
B=44.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50821040.520.2100.59204.4435.0630.2
Hex325268341503Bcc231e
Octal6212215064250733144336
Binary110010101001011010001101001010101110111100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325268; }

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

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

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

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

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

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

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

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