Html Css Color HEX #316987 Astral

📋 copy color: '#316987'

red 49 ◦ green 105 ◦ blue 135

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

Shades of Astral #316987

Tints of Astral #316987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 16.96%
G = 36.33%
B = 46.71%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316987 (or 0x316987) is known color: Astral. HEX triplet: 31, 69 and 87. RGB value is (49,105,135). Sum of RGB (Red+Green+Blue) = 49+105+135=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #316987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316987 is #CE9678. Grayscale: #5B5B5B. Windows color (decimal): -13538937 or 8874289. OLE color: 8874289.

HSL color Cylindrical-coordinate representation of color #316987: hue angle of 200.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316987 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 105 135 -
CMYK 0.64 0.22 0 0.47
HSL 200.93º 0.47% 0.36% -
HSV(B) 200.93º 0.64% 0.53% -
XYZ 10.69 12.51 24.77 -
YUV 91.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 49 105 135 0.64 0.22 0 0.47 200.93 0.47 0.36
Hex 31 69 87 40 16 0 2F C9 2F 24
Octal 61 151 207 100 26 0 57 311 57 44
Binary 110001 1101001 10000111 1000000 10110 0 101111 11001001 101111 100100

Color Harmonies of #316987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316987

Black with #316987

Text Example


Text Example

White with #316987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316987; }

 p { color: rgb(49,105,135); }

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

background-color css

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

 a { background-color: rgb(49,105,135); }

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

border-color css

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

 span { border-color: rgb(49,105,135); }

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