Html Css Color HEX #317495 Astral

📋 copy color: '#317495'

red 49 ◦ green 116 ◦ blue 149

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

Shades of Astral #317495

Tints of Astral #317495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 15.61%
G = 36.94%
B = 47.45%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317495 (or 0x317495) is known color: Astral. HEX triplet: 31, 74 and 95. RGB value is (49,116,149). Sum of RGB (Red+Green+Blue) = 49+116+149=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #317495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317495 is #CE8B6A. Grayscale: #636363. Windows color (decimal): -13536107 or 9794609. OLE color: 9794609.

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

Color convert

RGB 49 116 149 -
CMYK 0.67 0.22 0 0.42
HSL 199.8º 0.51% 0.39% -
HSV(B) 199.8º 0.67% 0.58% -
XYZ 12.94 15.31 30.71 -
YUV 99.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 49 116 149 0.67 0.22 0 0.42 199.8 0.51 0.39
Hex 31 74 95 43 16 0 2A C8 33 27
Octal 61 164 225 103 26 0 52 310 63 47
Binary 110001 1110100 10010101 1000011 10110 0 101010 11001000 110011 100111

Color Harmonies of #317495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317495

Black with #317495

Text Example


Text Example

White with #317495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317495; }

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

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

background-color css

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

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

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

border-color css

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

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

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