#325263

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

Shades of Cello #325263

Tints of Cello #325263

Color information

#325263 (or 0x325263) is unknown color: approx Cello. HEX triplet: 32, 52 and 63. RGB value is (50,82,99). Sum of RGB (Red+Green+Blue) = 50+82+99=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #325263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325263 is #CDAD9C. Grayscale: #4A4A4A. Windows color (decimal): -13479325 or 6509106. OLE color: 6509106.

HSL color Cylindrical-coordinate representation of color #325263: hue angle of 200.82º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325263 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB508299-
CMYK0.490.1700.61
HSL200.82º32.89%29.22%-
HSV(B)200.82º49.49%38.82%-
XYZ6.587.6112.93-
YUV74.37141.9110.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=21.65%
G=35.50%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5082990.490.1700.61200.8232.8929.22
Hex325263311103Dc9211d
Octal6212214361210753114135
Binary110010101001011000111100011000101111011100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325263; }

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

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

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

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

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

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

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

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