#316B7D

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

Shades of Astral #316B7D

Tints of Astral #316B7D

Color information

#316B7D (or 0x316B7D) is unknown color: approx Astral. HEX triplet: 31, 6B and 7D. RGB value is (49,107,125). Sum of RGB (Red+Green+Blue) = 49+107+125=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #316B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B7D is #CE9482. Grayscale: #5B5B5B. Windows color (decimal): -13538435 or 8219441. OLE color: 8219441.

HSL color Cylindrical-coordinate representation of color #316B7D: hue angle of 194.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316B7D is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49107125-
CMYK0.610.1400.51
HSL194.21º43.68%34.12%-
HSV(B)194.21º60.8%49.02%-
XYZ10.2312.6521.3-
YUV91.71146.7897.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=17.44%
G=38.08%
B=44.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491071250.610.1400.51194.2143.6834.12
Hex316B7D3DE033c22c22
Octal6115317575160633025442
Binary110001110101111111011111011110011001111000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,125); }

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

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

 a { background-color: rgb(49,107,125); }

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

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

 span { border-color: rgb(49,107,125); }

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