Html Css Color HEX #317792 Astral

📋 copy color: '#317792'

red 49 ◦ green 119 ◦ blue 146

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

Shades of Astral #317792

Tints of Astral #317792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 15.61%
G = 37.9%
B = 46.5%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317792 (or 0x317792) is known color: Astral. HEX triplet: 31, 77 and 92. RGB value is (49,119,146). Sum of RGB (Red+Green+Blue) = 49+119+146=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #317792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317792 is #CE886D. Grayscale: #646464. Windows color (decimal): -13535342 or 9598769. OLE color: 9598769.

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

Color convert

RGB 49 119 146 -
CMYK 0.66 0.18 0 0.43
HSL 196.7º 0.5% 0.38% -
HSV(B) 196.7º 0.66% 0.57% -
XYZ 13.05 15.92 29.58 -
YUV 101.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 49 119 146 0.66 0.18 0 0.43 196.7 0.5 0.38
Hex 31 77 92 42 12 0 2B C5 32 26
Octal 61 167 222 102 22 0 53 305 62 46
Binary 110001 1110111 10010010 1000010 10010 0 101011 11000101 110010 100110

Color Harmonies of #317792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317792

Black with #317792

Text Example


Text Example

White with #317792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317792; }

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

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

background-color css

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

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

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

border-color css

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

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

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