#32788D

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

Shades of Astral #32788D

Tints of Astral #32788D

Color information

#32788D (or 0x32788D) is unknown color: approx Astral. HEX triplet: 32, 78 and 8D. RGB value is (50,120,141). Sum of RGB (Red+Green+Blue) = 50+120+141=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #32788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32788D is #CD8772. Grayscale: #656565. Windows color (decimal): -13469555 or 9271346. OLE color: 9271346.

HSL color Cylindrical-coordinate representation of color #32788D: hue angle of 193.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32788D is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50120141-
CMYK0.650.1500.45
HSL193.85º47.64%37.45%-
HSV(B)193.85º64.54%55.29%-
XYZ12.8416.0327.62-
YUV101.46150.3191.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=16.08%
G=38.59%
B=45.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501201410.650.1500.45193.8547.6437.45
Hex32788D41F02Dc23025
Octal62170215101170553026045
Binary11001011110001000110110000011111010110111000010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32788D; }

 p { color: rgb(50,120,141); }

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

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

 a { background-color: rgb(50,120,141); }

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

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

 span { border-color: rgb(50,120,141); }

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