#32708A

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

Shades of Astral #32708A

Tints of Astral #32708A

Color information

#32708A (or 0x32708A) is unknown color: approx Astral. HEX triplet: 32, 70 and 8A. RGB value is (50,112,138). Sum of RGB (Red+Green+Blue) = 50+112+138=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #32708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32708A is #CD8F75. Grayscale: #606060. Windows color (decimal): -13471606 or 9072690. OLE color: 9072690.

HSL color Cylindrical-coordinate representation of color #32708A: hue angle of 197.73º 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 #32708A is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50112138-
CMYK0.640.1900.46
HSL197.73º46.81%36.86%-
HSV(B)197.73º63.77%54.12%-
XYZ11.714.126.15-
YUV96.43151.4694.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=16.67%
G=37.33%
B=46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501121380.640.1900.46197.7346.8136.86
Hex32708A401302Ec62f25
Octal62160212100230563065745
Binary110010111000010001010100000010011010111011000110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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