Html Css Color HEX #316990 Astral

📋 copy color: '#316990'

red 49 ◦ green 105 ◦ blue 144

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

Shades of Astral #316990

Tints of Astral #316990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

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

R = 16.44%
G = 35.23%
B = 48.32%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#316990 (or 0x316990) is known color: Astral. HEX triplet: 31, 69 and 90. RGB value is (49,105,144). Sum of RGB (Red+Green+Blue) = 49+105+144=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #316990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316990 is #CE966F. Grayscale: #5C5C5C. Windows color (decimal): -13538928 or 9464113. OLE color: 9464113.

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

Color convert

RGB 49 105 144 -
CMYK 0.66 0.27 0 0.44
HSL 204.63º 0.49% 0.38% -
HSV(B) 204.63º 0.66% 0.56% -
XYZ 11.35 12.77 28.25 -
YUV 92.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 49 105 144 0.66 0.27 0 0.44 204.63 0.49 0.38
Hex 31 69 90 42 1B 0 2C CD 31 26
Octal 61 151 220 102 33 0 54 315 61 46
Binary 110001 1101001 10010000 1000010 11011 0 101100 11001101 110001 100110

Color Harmonies of #316990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316990

Black with #316990

Text Example


Text Example

White with #316990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316990; }

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

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

background-color css

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

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

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

border-color css

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

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

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