Html Css Color HEX #317794 Astral

📋 copy color: '#317794'

red 49 ◦ green 119 ◦ blue 148

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

Shades of Astral #317794

Tints of Astral #317794

RGB

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

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

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

R = 15.51%
G = 37.66%
B = 46.84%

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

#317794 (or 0x317794) is known color: Astral. HEX triplet: 31, 77 and 94. RGB value is (49,119,148). Sum of RGB (Red+Green+Blue) = 49+119+148=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #317794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317794 is #CE886B. Grayscale: #656565. Windows color (decimal): -13535340 or 9729841. OLE color: 9729841.

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

Color convert

RGB 49 119 148 -
CMYK 0.67 0.20 0 0.42
HSL 197.58º 0.5% 0.39% -
HSV(B) 197.58º 0.67% 0.58% -
XYZ 13.21 15.98 30.41 -
YUV 101.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 49 119 148 0.67 0.20 0 0.42 197.58 0.5 0.39
Hex 31 77 94 43 14 0 2A C6 32 27
Octal 61 167 224 103 24 0 52 306 62 47
Binary 110001 1110111 10010100 1000011 10100 0 101010 11000110 110010 100111

Color Harmonies of #317794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317794

Black with #317794

Text Example


Text Example

White with #317794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317794; }

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

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

background-color css

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

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

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

border-color css

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

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

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