#32506B

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

Shades of Cello #32506B

Tints of Cello #32506B

Color information

#32506B (or 0x32506B) is unknown color: approx Cello. HEX triplet: 32, 50 and 6B. RGB value is (50,80,107). Sum of RGB (Red+Green+Blue) = 50+80+107=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #32506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32506B is #CDAF94. Grayscale: #494949. Windows color (decimal): -13479829 or 7032882. OLE color: 7032882.

HSL color Cylindrical-coordinate representation of color #32506B: hue angle of 208.42º 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 #32506B is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5080107-
CMYK0.530.2500.58
HSL208.42º36.31%30.78%-
HSV(B)208.42º53.27%41.96%-
XYZ6.847.4814.99-
YUV74.11146.56110.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=21.10%
G=33.76%
B=45.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50801070.530.2500.58208.4236.3130.78
Hex32506B351903Ad0241f
Octal6212015365310723204437
Binary110010101000011010111101011100101110101101000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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