Html Css Color HEX #316C8B Astral

📋 copy color: '#316C8B'

red 49 ◦ green 108 ◦ blue 139

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

Shades of Astral #316C8B

Tints of Astral #316C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 16.55%
G = 36.49%
B = 46.96%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#316C8B (or 0x316C8B) is known color: Astral. HEX triplet: 31, 6C and 8B. RGB value is (49,108,139). Sum of RGB (Red+Green+Blue) = 49+108+139=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #316C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C8B is #CE9374. Grayscale: #5D5D5D. Windows color (decimal): -13538165 or 9137201. OLE color: 9137201.

HSL color Cylindrical-coordinate representation of color #316C8B: hue angle of 200.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #316C8B is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 108 139 -
CMYK 0.65 0.22 0 0.45
HSL 200.67º 0.48% 0.37% -
HSV(B) 200.67º 0.65% 0.55% -
XYZ 11.29 13.24 26.39 -
YUV 93.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 49 108 139 0.65 0.22 0 0.45 200.67 0.48 0.37
Hex 31 6C 8B 41 16 0 2D C9 30 25
Octal 61 154 213 101 26 0 55 311 60 45
Binary 110001 1101100 10001011 1000001 10110 0 101101 11001001 110000 100101

Color Harmonies of #316C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C8B

Black with #316C8B

Text Example


Text Example

White with #316C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,139); }

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

background-color css

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

 a { background-color: rgb(49,108,139); }

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

border-color css

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

 span { border-color: rgb(49,108,139); }

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