#316C90

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

Shades of Astral #316C90

Tints of Astral #316C90

Color information

#316C90 (or 0x316C90) is unknown color: approx Astral. HEX triplet: 31, 6C and 90. RGB value is (49,108,144). Sum of RGB (Red+Green+Blue) = 49+108+144=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #316C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C90 is #CE936F. Grayscale: #5E5E5E. Windows color (decimal): -13538160 or 9464881. OLE color: 9464881.

HSL color Cylindrical-coordinate representation of color #316C90: hue angle of 202.74º 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 #316C90 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49108144-
CMYK0.660.2500.44
HSL202.74º49.22%37.84%-
HSV(B)202.74º65.97%56.47%-
XYZ11.6613.3928.36-
YUV94.46155.9595.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=16.28%
G=35.88%
B=47.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491081440.660.2500.44202.7449.2237.84
Hex316C90421902Ccb3126
Octal61154220102310543136146
Binary110001110110010010000100001011001010110011001011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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