#316D8B

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

Shades of Astral #316D8B

Tints of Astral #316D8B

Color information

#316D8B (or 0x316D8B) is unknown color: approx Astral. HEX triplet: 31, 6D and 8B. RGB value is (49,109,139). Sum of RGB (Red+Green+Blue) = 49+109+139=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #316D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D8B is #CE9274. Grayscale: #5E5E5E. Windows color (decimal): -13537909 or 9137457. OLE color: 9137457.

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

Color convert

RGB49109139-
CMYK0.650.2200.45
HSL200º47.87%36.86%-
HSV(B)200º64.75%54.51%-
XYZ11.413.4526.42-
YUV94.48153.1295.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=16.50%
G=36.70%
B=46.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491091390.650.2200.4520047.8736.86
Hex316D8B411602Dc83025
Octal61155213101260553106045
Binary110001110110110001011100000110110010110111001000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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