#31728a

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

Shades of Astral #31728A

Tints of Astral #31728A

Color information

#31728A (or 0x31728A) is unknown color: approx Astral. HEX triplet: 31, 72 and 8A. RGB value is (49,114,138). Sum of RGB (Red+Green+Blue) = 49+114+138=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 114 (44.92% from 255 or 37.87% 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 #31728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31728A is #CE8D75. Grayscale: #616161. Windows color (decimal): -13536630 or 9073201. OLE color: 9073201.

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

Color convert

RGB49114138-
CMYK0.640.1700.46
HSL196.18º47.59%36.67%-
HSV(B)196.18º64.49%54.12%-
XYZ11.8714.5226.22-
YUV97.3150.9793.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=16.28%
G=37.87%
B=45.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491141380.640.1700.46196.1847.5936.67
Hex31728A401102Ec43025
Octal61162212100210563046045
Binary110001111001010001010100000010001010111011000100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31728a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31728a; }

 p { color: rgb(49,114,138); }

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

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

 a { background-color: rgb(49,114,138); }

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

<style>
 span { border-color: #31728a; }

 span { border-color: rgb(49,114,138); }

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