Html Css Color HEX #316A92 Astral

📋 copy color: '#316A92'

red 49 ◦ green 106 ◦ blue 146

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

Shades of Astral #316A92

Tints of Astral #316A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 16.28%
G = 35.22%
B = 48.5%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#316A92 (or 0x316A92) is known color: Astral. HEX triplet: 31, 6A and 92. RGB value is (49,106,146). Sum of RGB (Red+Green+Blue) = 49+106+146=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #316A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A92 is #CE956D. Grayscale: #5D5D5D. Windows color (decimal): -13538670 or 9595441. OLE color: 9595441.

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

Color convert

RGB 49 106 146 -
CMYK 0.66 0.27 0 0.43
HSL 204.74º 0.5% 0.38% -
HSV(B) 204.74º 0.66% 0.57% -
XYZ 11.61 13.04 29.1 -
YUV 93.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 49 106 146 0.66 0.27 0 0.43 204.74 0.5 0.38
Hex 31 6A 92 42 1B 0 2B CD 32 26
Octal 61 152 222 102 33 0 53 315 62 46
Binary 110001 1101010 10010010 1000010 11011 0 101011 11001101 110010 100110

Color Harmonies of #316A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A92

Black with #316A92

Text Example


Text Example

White with #316A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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