Html Css Color HEX #317990 Astral

📋 copy color: '#317990'

red 49 ◦ green 121 ◦ blue 144

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

Shades of Astral #317990

Tints of Astral #317990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

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

R = 15.61%
G = 38.54%
B = 45.86%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#317990 (or 0x317990) is known color: Astral. HEX triplet: 31, 79 and 90. RGB value is (49,121,144). Sum of RGB (Red+Green+Blue) = 49+121+144=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #317990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317990 is #CE866F. Grayscale: #656565. Windows color (decimal): -13534832 or 9468209. OLE color: 9468209.

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

Color convert

RGB 49 121 144 -
CMYK 0.66 0.16 0 0.44
HSL 194.53º 0.49% 0.38% -
HSV(B) 194.53º 0.66% 0.56% -
XYZ 13.14 16.34 28.85 -
YUV 102.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 49 121 144 0.66 0.16 0 0.44 194.53 0.49 0.38
Hex 31 79 90 42 10 0 2C C3 31 26
Octal 61 171 220 102 20 0 54 303 61 46
Binary 110001 1111001 10010000 1000010 10000 0 101100 11000011 110001 100110

Color Harmonies of #317990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317990

Black with #317990

Text Example


Text Example

White with #317990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317990; }

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

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

background-color css

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

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

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

border-color css

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

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

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