Html Css Color HEX #316D90 Astral

📋 copy color: '#316D90'

red 49 ◦ green 109 ◦ blue 144

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

Shades of Astral #316D90

Tints of Astral #316D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

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

R = 16.23%
G = 36.09%
B = 47.68%

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

#316D90 (or 0x316D90) is known color: Astral. HEX triplet: 31, 6D and 90. RGB value is (49,109,144). Sum of RGB (Red+Green+Blue) = 49+109+144=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #316D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D90 is #CE926F. Grayscale: #5E5E5E. Windows color (decimal): -13537904 or 9465137. OLE color: 9465137.

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

Color convert

RGB 49 109 144 -
CMYK 0.66 0.24 0 0.44
HSL 202.11º 0.49% 0.38% -
HSV(B) 202.11º 0.66% 0.56% -
XYZ 11.77 13.6 28.39 -
YUV 95.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 49 109 144 0.66 0.24 0 0.44 202.11 0.49 0.38
Hex 31 6D 90 42 18 0 2C CA 31 26
Octal 61 155 220 102 30 0 54 312 61 46
Binary 110001 1101101 10010000 1000010 11000 0 101100 11001010 110001 100110

Color Harmonies of #316D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D90

Black with #316D90

Text Example


Text Example

White with #316D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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