#32687F

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

Shades of Astral #32687F

Tints of Astral #32687F

Color information

#32687F (or 0x32687F) is unknown color: approx Astral. HEX triplet: 32, 68 and 7F. RGB value is (50,104,127). Sum of RGB (Red+Green+Blue) = 50+104+127=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #32687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32687F is #CD9780. Grayscale: #5A5A5A. Windows color (decimal): -13473665 or 8349746. OLE color: 8349746.

HSL color Cylindrical-coordinate representation of color #32687F: hue angle of 197.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32687F is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50104127-
CMYK0.610.1800.50
HSL197.92º43.5%34.71%-
HSV(B)197.92º60.63%49.8%-
XYZ10.112.1121.88-
YUV90.48148.6199.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 127 (50% from 255) = 45.20%
R=17.79%
G=37.01%
B=45.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501041270.610.1800.50197.9243.534.71
Hex32687F3D12032c62c23
Octal6215017775220623065443
Binary1100101101000111111111110110010011001011000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32687F; }

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

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

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

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

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

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

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

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