Html Css Color HEX #317395 Astral

📋 copy color: '#317395'

red 49 ◦ green 115 ◦ blue 149

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

Shades of Astral #317395

Tints of Astral #317395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 15.65%
G = 36.74%
B = 47.6%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317395 (or 0x317395) is known color: Astral. HEX triplet: 31, 73 and 95. RGB value is (49,115,149). Sum of RGB (Red+Green+Blue) = 49+115+149=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #317395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317395 is #CE8C6A. Grayscale: #626262. Windows color (decimal): -13536363 or 9794353. OLE color: 9794353.

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

Color convert

RGB 49 115 149 -
CMYK 0.67 0.23 0 0.42
HSL 200.4º 0.51% 0.39% -
HSV(B) 200.4º 0.67% 0.58% -
XYZ 12.82 15.08 30.67 -
YUV 99.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 49 115 149 0.67 0.23 0 0.42 200.4 0.51 0.39
Hex 31 73 95 43 17 0 2A C8 33 27
Octal 61 163 225 103 27 0 52 310 63 47
Binary 110001 1110011 10010101 1000011 10111 0 101010 11001000 110011 100111

Color Harmonies of #317395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317395

Black with #317395

Text Example


Text Example

White with #317395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317395; }

 p { color: rgb(49,115,149); }

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

background-color css

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

 a { background-color: rgb(49,115,149); }

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

border-color css

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

 span { border-color: rgb(49,115,149); }

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