Html Css Color HEX #316D8A Astral

📋 copy color: '#316D8A'

red 49 ◦ green 109 ◦ blue 138

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

Shades of Astral #316D8A

Tints of Astral #316D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 16.55%
G = 36.82%
B = 46.62%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#316D8A (or 0x316D8A) is known color: Astral. HEX triplet: 31, 6D and 8A. RGB value is (49,109,138). Sum of RGB (Red+Green+Blue) = 49+109+138=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #316D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D8A is #CE9275. Grayscale: #5E5E5E. Windows color (decimal): -13537910 or 9071921. OLE color: 9071921.

HSL color Cylindrical-coordinate representation of color #316D8A: hue angle of 199.55º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316D8A is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 109 138 -
CMYK 0.64 0.21 0 0.46
HSL 199.55º 0.48% 0.37% -
HSV(B) 199.55º 0.64% 0.54% -
XYZ 11.32 13.43 26.04 -
YUV 94.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 49 109 138 0.64 0.21 0 0.46 199.55 0.48 0.37
Hex 31 6D 8A 40 15 0 2E C8 30 25
Octal 61 155 212 100 25 0 56 310 60 45
Binary 110001 1101101 10001010 1000000 10101 0 101110 11001000 110000 100101

Color Harmonies of #316D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D8A

Black with #316D8A

Text Example


Text Example

White with #316D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,138); }

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

background-color css

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

 a { background-color: rgb(49,109,138); }

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

border-color css

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

 span { border-color: rgb(49,109,138); }

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