Html Css Color HEX #317392 Astral

📋 copy color: '#317392'

red 49 ◦ green 115 ◦ blue 146

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

Shades of Astral #317392

Tints of Astral #317392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 15.81%
G = 37.1%
B = 47.1%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317392 (or 0x317392) is known color: Astral. HEX triplet: 31, 73 and 92. RGB value is (49,115,146). Sum of RGB (Red+Green+Blue) = 49+115+146=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #317392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317392 is #CE8C6D. Grayscale: #626262. Windows color (decimal): -13536366 or 9597745. OLE color: 9597745.

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

Color convert

RGB 49 115 146 -
CMYK 0.66 0.21 0 0.43
HSL 199.18º 0.5% 0.38% -
HSV(B) 199.18º 0.66% 0.57% -
XYZ 12.59 14.99 29.42 -
YUV 98.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 49 115 146 0.66 0.21 0 0.43 199.18 0.5 0.38
Hex 31 73 92 42 15 0 2B C7 32 26
Octal 61 163 222 102 25 0 53 307 62 46
Binary 110001 1110011 10010010 1000010 10101 0 101011 11000111 110010 100110

Color Harmonies of #317392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317392

Black with #317392

Text Example


Text Example

White with #317392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317392; }

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

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

background-color css

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

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

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

border-color css

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

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

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