#32778D

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

Shades of Astral #32778D

Tints of Astral #32778D

Color information

#32778D (or 0x32778D) is unknown color: approx Astral. HEX triplet: 32, 77 and 8D. RGB value is (50,119,141). Sum of RGB (Red+Green+Blue) = 50+119+141=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #32778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32778D is #CD8872. Grayscale: #646464. Windows color (decimal): -13469811 or 9271090. OLE color: 9271090.

HSL color Cylindrical-coordinate representation of color #32778D: hue angle of 194.51º 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 #32778D is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50119141-
CMYK0.650.1600.45
HSL194.51º47.64%37.45%-
HSV(B)194.51º64.54%55.29%-
XYZ12.7215.7927.58-
YUV100.88150.6491.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=16.13%
G=38.39%
B=45.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501191410.650.1600.45194.5147.6437.45
Hex32778D411002Dc33025
Octal62167215101200553036045
Binary110010111011110001101100000110000010110111000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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