Html Css Color HEX #316F91 Astral

📋 copy color: '#316F91'

red 49 ◦ green 111 ◦ blue 145

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

Shades of Astral #316F91

Tints of Astral #316F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.54%

R = 16.07%
G = 36.39%
B = 47.54%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#316F91 (or 0x316F91) is known color: Astral. HEX triplet: 31, 6F and 91. RGB value is (49,111,145). Sum of RGB (Red+Green+Blue) = 49+111+145=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #316F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F91 is #CE906E. Grayscale: #606060. Windows color (decimal): -13537391 or 9531185. OLE color: 9531185.

HSL color Cylindrical-coordinate representation of color #316F91: hue angle of 201.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316F91 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 111 145 -
CMYK 0.66 0.23 0 0.43
HSL 201.25º 0.49% 0.38% -
HSV(B) 201.25º 0.66% 0.57% -
XYZ 12.06 14.07 28.87 -
YUV 96.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 49 111 145 0.66 0.23 0 0.43 201.25 0.49 0.38
Hex 31 6F 91 42 17 0 2B C9 31 26
Octal 61 157 221 102 27 0 53 311 61 46
Binary 110001 1101111 10010001 1000010 10111 0 101011 11001001 110001 100110

Color Harmonies of #316F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F91

Black with #316F91

Text Example


Text Example

White with #316F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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