#32516B

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

Shades of Cello #32516B

Tints of Cello #32516B

Color information

#32516B (or 0x32516B) is unknown color: approx Cello. HEX triplet: 32, 51 and 6B. RGB value is (50,81,107). Sum of RGB (Red+Green+Blue) = 50+81+107=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #32516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32516B is #CDAE94. Grayscale: #4A4A4A. Windows color (decimal): -13479573 or 7033138. OLE color: 7033138.

HSL color Cylindrical-coordinate representation of color #32516B: hue angle of 207.37º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32516B is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5081107-
CMYK0.530.2400.58
HSL207.37º36.31%30.78%-
HSV(B)207.37º53.27%41.96%-
XYZ6.917.6215.02-
YUV74.69146.23110.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=21.01%
G=34.03%
B=44.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50811070.530.2400.58207.3736.3130.78
Hex32516B351803Acf241f
Octal6212115365300723174437
Binary110010101000111010111101011100001110101100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32516B; }

 p { color: rgb(50,81,107); }

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

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

 a { background-color: rgb(50,81,107); }

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

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

 span { border-color: rgb(50,81,107); }

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