#325262

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

Shades of Cello #325262

Tints of Cello #325262

Color information

#325262 (or 0x325262) is unknown color: approx Cello. HEX triplet: 32, 52 and 62. RGB value is (50,82,98). Sum of RGB (Red+Green+Blue) = 50+82+98=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #325262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325262 is #CDAD9D. Grayscale: #4A4A4A. Windows color (decimal): -13479326 or 6443570. OLE color: 6443570.

HSL color Cylindrical-coordinate representation of color #325262: hue angle of 200º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325262 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB508298-
CMYK0.490.1600.62
HSL200º32.43%29.02%-
HSV(B)200º48.98%38.43%-
XYZ6.547.5912.68-
YUV74.26141.4110.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=21.74%
G=35.65%
B=42.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5082980.490.1600.6220032.4329.02
Hex325262311003Ec8201d
Octal6212214261200763104035
Binary110010101001011000101100011000001111101100100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325262; }

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

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

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

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

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

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

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

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