#316B90

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

Shades of Astral #316B90

Tints of Astral #316B90

Color information

#316B90 (or 0x316B90) is unknown color: approx Astral. HEX triplet: 31, 6B and 90. RGB value is (49,107,144). Sum of RGB (Red+Green+Blue) = 49+107+144=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #316B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B90 is #CE946F. Grayscale: #5D5D5D. Windows color (decimal): -13538416 or 9464625. OLE color: 9464625.

HSL color Cylindrical-coordinate representation of color #316B90: hue angle of 203.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316B90 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49107144-
CMYK0.660.2600.44
HSL203.37º49.22%37.84%-
HSV(B)203.37º65.97%56.47%-
XYZ11.5613.1828.32-
YUV93.88156.2895.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 144 (56.64% from 255) = 48%
R=16.33%
G=35.67%
B=48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491071440.660.2600.44203.3749.2237.84
Hex316B90421A02Ccb3126
Octal61153220102320543136146
Binary110001110101110010000100001011010010110011001011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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