Html Css Color HEX #316D93 Astral

📋 copy color: '#316D93'

red 49 ◦ green 109 ◦ blue 147

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

Shades of Astral #316D93

Tints of Astral #316D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 16.07%
G = 35.74%
B = 48.2%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316D93 (or 0x316D93) is known color: Astral. HEX triplet: 31, 6D and 93. RGB value is (49,109,147). Sum of RGB (Red+Green+Blue) = 49+109+147=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #316D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D93 is #CE926C. Grayscale: #5F5F5F. Windows color (decimal): -13537901 or 9661745. OLE color: 9661745.

HSL color Cylindrical-coordinate representation of color #316D93: hue angle of 203.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316D93 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 109 147 -
CMYK 0.67 0.26 0 0.42
HSL 203.27º 0.5% 0.38% -
HSV(B) 203.27º 0.67% 0.58% -
XYZ 12 13.7 29.61 -
YUV 95.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 49 109 147 0.67 0.26 0 0.42 203.27 0.5 0.38
Hex 31 6D 93 43 1A 0 2A CB 32 26
Octal 61 155 223 103 32 0 52 313 62 46
Binary 110001 1101101 10010011 1000011 11010 0 101010 11001011 110010 100110

Color Harmonies of #316D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D93

Black with #316D93

Text Example


Text Example

White with #316D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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