#32718A

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

Shades of Astral #32718A

Tints of Astral #32718A

Color information

#32718A (or 0x32718A) is unknown color: approx Astral. HEX triplet: 32, 71 and 8A. RGB value is (50,113,138). Sum of RGB (Red+Green+Blue) = 50+113+138=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #32718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32718A is #CD8E75. Grayscale: #606060. Windows color (decimal): -13471350 or 9072946. OLE color: 9072946.

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

Color convert

RGB50113138-
CMYK0.640.1800.46
HSL197.05º46.81%36.86%-
HSV(B)197.05º63.77%54.12%-
XYZ11.8114.3226.19-
YUV97.01151.1394.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=16.61%
G=37.54%
B=45.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501131380.640.1800.46197.0546.8136.86
Hex32718A401202Ec52f25
Octal62161212100220563055745
Binary110010111000110001010100000010010010111011000101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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