Html Css Color HEX #317694 Astral

📋 copy color: '#317694'

red 49 ◦ green 118 ◦ blue 148

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

Shades of Astral #317694

Tints of Astral #317694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 15.56%
G = 37.46%
B = 46.98%

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

#317694 (or 0x317694) is known color: Astral. HEX triplet: 31, 76 and 94. RGB value is (49,118,148). Sum of RGB (Red+Green+Blue) = 49+118+148=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #317694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317694 is #CE896B. Grayscale: #646464. Windows color (decimal): -13535596 or 9729585. OLE color: 9729585.

HSL color Cylindrical-coordinate representation of color #317694: hue angle of 198.18º degrees, saturation: 0.5, 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 #317694 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 118 148 -
CMYK 0.67 0.20 0 0.42
HSL 198.18º 0.5% 0.39% -
HSV(B) 198.18º 0.67% 0.58% -
XYZ 13.09 15.75 30.37 -
YUV 100.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 49 118 148 0.67 0.20 0 0.42 198.18 0.5 0.39
Hex 31 76 94 43 14 0 2A C6 32 27
Octal 61 166 224 103 24 0 52 306 62 47
Binary 110001 1110110 10010100 1000011 10100 0 101010 11000110 110010 100111

Color Harmonies of #317694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317694

Black with #317694

Text Example


Text Example

White with #317694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317694; }

 p { color: rgb(49,118,148); }

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

background-color css

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

 a { background-color: rgb(49,118,148); }

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

border-color css

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

 span { border-color: rgb(49,118,148); }

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