#316A82

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

Shades of Astral #316A82

Tints of Astral #316A82

Color information

#316A82 (or 0x316A82) is unknown color: approx Astral. HEX triplet: 31, 6A and 82. RGB value is (49,106,130). Sum of RGB (Red+Green+Blue) = 49+106+130=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #316A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A82 is #CE957D. Grayscale: #5B5B5B. Windows color (decimal): -13538686 or 8546865. OLE color: 8546865.

HSL color Cylindrical-coordinate representation of color #316A82: hue angle of 197.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316A82 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49106130-
CMYK0.620.1800.49
HSL197.78º45.25%35.1%-
HSV(B)197.78º62.31%50.98%-
XYZ10.4512.5723-
YUV91.69149.6297.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=17.19%
G=37.19%
B=45.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491061300.620.1800.49197.7845.2535.1
Hex316A823E12031c62d23
Octal6115220276220613065543
Binary11000111010101000001011111010010011000111000110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A82; }

 p { color: rgb(49,106,130); }

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

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

 a { background-color: rgb(49,106,130); }

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

<style>
 span { border-color: #316A82; }

 span { border-color: rgb(49,106,130); }

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