Html Css Color HEX #317490 Astral

📋 copy color: '#317490'

red 49 ◦ green 116 ◦ blue 144

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

Shades of Astral #317490

Tints of Astral #317490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 15.86%
G = 37.54%
B = 46.6%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#317490 (or 0x317490) is known color: Astral. HEX triplet: 31, 74 and 90. RGB value is (49,116,144). Sum of RGB (Red+Green+Blue) = 49+116+144=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #317490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317490 is #CE8B6F. Grayscale: #626262. Windows color (decimal): -13536112 or 9466929. OLE color: 9466929.

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

Color convert

RGB 49 116 144 -
CMYK 0.66 0.19 0 0.44
HSL 197.68º 0.49% 0.38% -
HSV(B) 197.68º 0.66% 0.56% -
XYZ 12.55 15.16 28.65 -
YUV 99.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 49 116 144 0.66 0.19 0 0.44 197.68 0.49 0.38
Hex 31 74 90 42 13 0 2C C6 31 26
Octal 61 164 220 102 23 0 54 306 61 46
Binary 110001 1110100 10010000 1000010 10011 0 101100 11000110 110001 100110

Color Harmonies of #317490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317490

Black with #317490

Text Example


Text Example

White with #317490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317490; }

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

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

background-color css

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

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

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

border-color css

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

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

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