Html Css Color HEX #316F86 Astral

📋 copy color: '#316F86'

red 49 ◦ green 111 ◦ blue 134

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

Shades of Astral #316F86

Tints of Astral #316F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 16.67%
G = 37.76%
B = 45.58%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316F86 (or 0x316F86) is known color: Astral. HEX triplet: 31, 6F and 86. RGB value is (49,111,134). Sum of RGB (Red+Green+Blue) = 49+111+134=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #316F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F86 is #CE9079. Grayscale: #5E5E5E. Windows color (decimal): -13537402 or 8810289. OLE color: 8810289.

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

Color convert

RGB 49 111 134 -
CMYK 0.63 0.17 0 0.47
HSL 196.24º 0.46% 0.36% -
HSV(B) 196.24º 0.63% 0.53% -
XYZ 11.25 13.74 24.61 -
YUV 95.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 49 111 134 0.63 0.17 0 0.47 196.24 0.46 0.36
Hex 31 6F 86 3F 11 0 2F C4 2E 24
Octal 61 157 206 77 21 0 57 304 56 44
Binary 110001 1101111 10000110 111111 10001 0 101111 11000100 101110 100100

Color Harmonies of #316F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F86

Black with #316F86

Text Example


Text Example

White with #316F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F86; }

 p { color: rgb(49,111,134); }

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

background-color css

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

 a { background-color: rgb(49,111,134); }

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

border-color css

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

 span { border-color: rgb(49,111,134); }

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