Html Css Color HEX #317593 Astral

📋 copy color: '#317593'

red 49 ◦ green 117 ◦ blue 147

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

Shades of Astral #317593

Tints of Astral #317593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 15.65%
G = 37.38%
B = 46.96%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317593 (or 0x317593) is known color: Astral. HEX triplet: 31, 75 and 93. RGB value is (49,117,147). Sum of RGB (Red+Green+Blue) = 49+117+147=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #317593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317593 is #CE8A6C. Grayscale: #636363. Windows color (decimal): -13535853 or 9663793. OLE color: 9663793.

HSL color Cylindrical-coordinate representation of color #317593: hue angle of 198.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317593 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 117 147 -
CMYK 0.67 0.20 0 0.42
HSL 198.37º 0.5% 0.38% -
HSV(B) 198.37º 0.67% 0.58% -
XYZ 12.89 15.48 29.91 -
YUV 100.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 49 117 147 0.67 0.20 0 0.42 198.37 0.5 0.38
Hex 31 75 93 43 14 0 2A C6 32 26
Octal 61 165 223 103 24 0 52 306 62 46
Binary 110001 1110101 10010011 1000011 10100 0 101010 11000110 110010 100110

Color Harmonies of #317593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317593

Black with #317593

Text Example


Text Example

White with #317593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317593; }

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

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

background-color css

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

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

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

border-color css

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

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

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