Html Css Color HEX #316D92 Astral

📋 copy color: '#316D92'

red 49 ◦ green 109 ◦ blue 146

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

Shades of Astral #316D92

Tints of Astral #316D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 16.12%
G = 35.86%
B = 48.03%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#316D92 (or 0x316D92) is known color: Astral. HEX triplet: 31, 6D and 92. RGB value is (49,109,146). Sum of RGB (Red+Green+Blue) = 49+109+146=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #316D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D92 is #CE926D. Grayscale: #5F5F5F. Windows color (decimal): -13537902 or 9596209. OLE color: 9596209.

HSL color Cylindrical-coordinate representation of color #316D92: hue angle of 202.89º degrees, saturation: 0.5, 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 #316D92 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 109 146 -
CMYK 0.66 0.25 0 0.43
HSL 202.89º 0.5% 0.38% -
HSV(B) 202.89º 0.66% 0.57% -
XYZ 11.92 13.67 29.2 -
YUV 95.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 49 109 146 0.66 0.25 0 0.43 202.89 0.5 0.38
Hex 31 6D 92 42 19 0 2B CB 32 26
Octal 61 155 222 102 31 0 53 313 62 46
Binary 110001 1101101 10010010 1000010 11001 0 101011 11001011 110010 100110

Color Harmonies of #316D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D92

Black with #316D92

Text Example


Text Example

White with #316D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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