Html Css Color HEX #317991 Astral

📋 copy color: '#317991'

red 49 ◦ green 121 ◦ blue 145

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

Shades of Astral #317991

Tints of Astral #317991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 15.56%
G = 38.41%
B = 46.03%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317991 (or 0x317991) is known color: Astral. HEX triplet: 31, 79 and 91. RGB value is (49,121,145). Sum of RGB (Red+Green+Blue) = 49+121+145=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #317991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317991 is #CE866E. Grayscale: #666666. Windows color (decimal): -13534831 or 9533745. OLE color: 9533745.

HSL color Cylindrical-coordinate representation of color #317991: hue angle of 195º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317991 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 121 145 -
CMYK 0.66 0.17 0 0.43
HSL 195º 0.49% 0.38% -
HSV(B) 195º 0.66% 0.57% -
XYZ 13.21 16.37 29.25 -
YUV 102.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 49 121 145 0.66 0.17 0 0.43 195 0.49 0.38
Hex 31 79 91 42 11 0 2B C3 31 26
Octal 61 171 221 102 21 0 53 303 61 46
Binary 110001 1111001 10010001 1000010 10001 0 101011 11000011 110001 100110

Color Harmonies of #317991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317991

Black with #317991

Text Example


Text Example

White with #317991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317991; }

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

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

background-color css

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

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

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

border-color css

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

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

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