Html Css Color HEX #317895 Astral

📋 copy color: '#317895'

red 49 ◦ green 120 ◦ blue 149

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

Shades of Astral #317895

Tints of Astral #317895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

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

R = 15.41%
G = 37.74%
B = 46.86%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317895 (or 0x317895) is known color: Astral. HEX triplet: 31, 78 and 95. RGB value is (49,120,149). Sum of RGB (Red+Green+Blue) = 49+120+149=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #317895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317895 is #CE876A. Grayscale: #656565. Windows color (decimal): -13535083 or 9795633. OLE color: 9795633.

HSL color Cylindrical-coordinate representation of color #317895: hue angle of 197.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 #317895 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 120 149 -
CMYK 0.67 0.19 0 0.42
HSL 197.4º 0.51% 0.39% -
HSV(B) 197.4º 0.67% 0.58% -
XYZ 13.41 16.26 30.86 -
YUV 102.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 49 120 149 0.67 0.19 0 0.42 197.4 0.51 0.39
Hex 31 78 95 43 13 0 2A C5 33 27
Octal 61 170 225 103 23 0 52 305 63 47
Binary 110001 1111000 10010101 1000011 10011 0 101010 11000101 110011 100111

Color Harmonies of #317895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317895

Black with #317895

Text Example


Text Example

White with #317895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317895; }

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

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

background-color css

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

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

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

border-color css

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

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

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