#31798B

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

Shades of Astral #31798B

Tints of Astral #31798B

Color information

#31798B (or 0x31798B) is unknown color: approx Astral. HEX triplet: 31, 79 and 8B. RGB value is (49,121,139). Sum of RGB (Red+Green+Blue) = 49+121+139=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #31798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31798B is #CE8674. Grayscale: #656565. Windows color (decimal): -13534837 or 9140529. OLE color: 9140529.

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

Color convert

RGB49121139-
CMYK0.650.1300.45
HSL192º47.87%36.86%-
HSV(B)192º64.75%54.51%-
XYZ12.7616.1926.88-
YUV101.52149.1590.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=15.86%
G=39.16%
B=44.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491211390.650.1300.4519247.8736.86
Hex31798B41D02Dc03025
Octal61171213101150553006045
Binary11000111110011000101110000011101010110111000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31798B; }

 p { color: rgb(49,121,139); }

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

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

 a { background-color: rgb(49,121,139); }

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

<style>
 span { border-color: #31798B; }

 span { border-color: rgb(49,121,139); }

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