#32718D

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

Shades of Astral #32718D

Tints of Astral #32718D

Color information

#32718D (or 0x32718D) is unknown color: approx Astral. HEX triplet: 32, 71 and 8D. RGB value is (50,113,141). Sum of RGB (Red+Green+Blue) = 50+113+141=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #32718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32718D is #CD8E72. Grayscale: #616161. Windows color (decimal): -13471347 or 9269554. OLE color: 9269554.

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

Color convert

RGB50113141-
CMYK0.650.2000.45
HSL198.46º47.64%37.45%-
HSV(B)198.46º64.54%55.29%-
XYZ12.0314.4127.35-
YUV97.36152.6394.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=16.45%
G=37.17%
B=46.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501131410.650.2000.45198.4647.6437.45
Hex32718D411402Dc63025
Octal62161215101240553066045
Binary110010111000110001101100000110100010110111000110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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