Html Css Color HEX #317591 Astral

📋 copy color: '#317591'

red 49 ◦ green 117 ◦ blue 145

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

Shades of Astral #317591

Tints of Astral #317591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 15.76%
G = 37.62%
B = 46.62%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317591 (or 0x317591) is known color: Astral. HEX triplet: 31, 75 and 91. RGB value is (49,117,145). Sum of RGB (Red+Green+Blue) = 49+117+145=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #317591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317591 is #CE8A6E. Grayscale: #636363. Windows color (decimal): -13535855 or 9532721. OLE color: 9532721.

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

Color convert

RGB 49 117 145 -
CMYK 0.66 0.19 0 0.43
HSL 197.5º 0.49% 0.38% -
HSV(B) 197.5º 0.66% 0.57% -
XYZ 12.74 15.42 29.09 -
YUV 99.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 49 117 145 0.66 0.19 0 0.43 197.5 0.49 0.38
Hex 31 75 91 42 13 0 2B C6 31 26
Octal 61 165 221 102 23 0 53 306 61 46
Binary 110001 1110101 10010001 1000010 10011 0 101011 11000110 110001 100110

Color Harmonies of #317591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317591

Black with #317591

Text Example


Text Example

White with #317591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317591; }

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

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

background-color css

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

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

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

border-color css

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

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

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