Html Css Color HEX #317797 Astral

📋 copy color: '#317797'

red 49 ◦ green 119 ◦ blue 151

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

Shades of Astral #317797

Tints of Astral #317797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 15.36%
G = 37.3%
B = 47.34%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#317797 (or 0x317797) is known color: Astral. HEX triplet: 31, 77 and 97. RGB value is (49,119,151). Sum of RGB (Red+Green+Blue) = 49+119+151=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #317797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317797 is #CE8868. Grayscale: #656565. Windows color (decimal): -13535337 or 9926449. OLE color: 9926449.

HSL color Cylindrical-coordinate representation of color #317797: hue angle of 198.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317797 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 119 151 -
CMYK 0.68 0.21 0 0.41
HSL 198.82º 0.51% 0.39% -
HSV(B) 198.82º 0.68% 0.59% -
XYZ 13.45 16.08 31.67 -
YUV 101.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 49 119 151 0.68 0.21 0 0.41 198.82 0.51 0.39
Hex 31 77 97 44 15 0 29 C7 33 27
Octal 61 167 227 104 25 0 51 307 63 47
Binary 110001 1110111 10010111 1000100 10101 0 101001 11000111 110011 100111

Color Harmonies of #317797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317797

Black with #317797

Text Example


Text Example

White with #317797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317797; }

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

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

background-color css

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

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

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

border-color css

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

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

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