#32798A

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

Shades of Astral #32798A

Tints of Astral #32798A

Color information

#32798A (or 0x32798A) is unknown color: approx Astral. HEX triplet: 32, 79 and 8A. RGB value is (50,121,138). Sum of RGB (Red+Green+Blue) = 50+121+138=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #32798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32798A is #CD8675. Grayscale: #656565. Windows color (decimal): -13469302 or 9074994. OLE color: 9074994.

HSL color Cylindrical-coordinate representation of color #32798A: hue angle of 191.59º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32798A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50121138-
CMYK0.640.1200.46
HSL191.59º46.81%36.86%-
HSV(B)191.59º63.77%54.12%-
XYZ12.7416.1926.5-
YUV101.71148.4891.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=16.18%
G=39.16%
B=44.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501211380.640.1200.46191.5946.8136.86
Hex32798A40C02Ec02f25
Octal62171212100140563005745
Binary11001011110011000101010000001100010111011000000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32798A; }

 p { color: rgb(50,121,138); }

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

<style>
 a { background-color: #32798A; }

 a { background-color: rgb(50,121,138); }

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

<style>
 span { border-color: #32798A; }

 span { border-color: rgb(50,121,138); }

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