Html Css Color HEX #316F87 Astral

📋 copy color: '#316F87'

red 49 ◦ green 111 ◦ blue 135

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

Shades of Astral #316F87

Tints of Astral #316F87

RGB

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

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

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

R = 16.61%
G = 37.63%
B = 45.76%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316F87 (or 0x316F87) is known color: Astral. HEX triplet: 31, 6F and 87. RGB value is (49,111,135). Sum of RGB (Red+Green+Blue) = 49+111+135=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #316F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F87 is #CE9078. Grayscale: #5F5F5F. Windows color (decimal): -13537401 or 8875825. OLE color: 8875825.

HSL color Cylindrical-coordinate representation of color #316F87: hue angle of 196.74º 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 #316F87 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 111 135 -
CMYK 0.64 0.18 0 0.47
HSL 196.74º 0.47% 0.36% -
HSV(B) 196.74º 0.64% 0.53% -
XYZ 11.32 13.77 24.98 -
YUV 95.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 49 111 135 0.64 0.18 0 0.47 196.74 0.47 0.36
Hex 31 6F 87 40 12 0 2F C5 2F 24
Octal 61 157 207 100 22 0 57 305 57 44
Binary 110001 1101111 10000111 1000000 10010 0 101111 11000101 101111 100100

Color Harmonies of #316F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F87

Black with #316F87

Text Example


Text Example

White with #316F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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