Html Css Color HEX #316E90 Astral

📋 copy color: '#316E90'

red 49 ◦ green 110 ◦ blue 144

#316E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #316E90

Tints of Astral #316E90

RGB

 RED value IS 49 (19.53% from 255) = 16.17%

 GREEN value IS 110 (43.36% from 255) = 36.3%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 16.17%
G = 36.3%
B = 47.52%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#316E90 (or 0x316E90) is known color: Astral. HEX triplet: 31, 6E and 90. RGB value is (49,110,144). Sum of RGB (Red+Green+Blue) = 49+110+144=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #316E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E90 is #CE916F. Grayscale: #5F5F5F. Windows color (decimal): -13537648 or 9465393. OLE color: 9465393.

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

Color convert

RGB 49 110 144 -
CMYK 0.66 0.24 0 0.44
HSL 201.47º 0.49% 0.38% -
HSV(B) 201.47º 0.66% 0.56% -
XYZ 11.88 13.82 28.43 -
YUV 95.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 49 110 144 0.66 0.24 0 0.44 201.47 0.49 0.38
Hex 31 6E 90 42 18 0 2C C9 31 26
Octal 61 156 220 102 30 0 54 311 61 46
Binary 110001 1101110 10010000 1000010 11000 0 101100 11001001 110001 100110

Color Harmonies of #316E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E90

Black with #316E90

Text Example


Text Example

White with #316E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #316E90;
 }
 .AnyTagClassName
 {
   color: #316E90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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