Html Css Color HEX #316A8C Astral

📋 copy color: '#316A8C'

red 49 ◦ green 106 ◦ blue 140

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

Shades of Astral #316A8C

Tints of Astral #316A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 16.61%
G = 35.93%
B = 47.46%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#316A8C (or 0x316A8C) is known color: Astral. HEX triplet: 31, 6A and 8C. RGB value is (49,106,140). Sum of RGB (Red+Green+Blue) = 49+106+140=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #316A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A8C is #CE9573. Grayscale: #5C5C5C. Windows color (decimal): -13538676 or 9202225. OLE color: 9202225.

HSL color Cylindrical-coordinate representation of color #316A8C: hue angle of 202.42º 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 #316A8C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 106 140 -
CMYK 0.65 0.24 0 0.45
HSL 202.42º 0.48% 0.37% -
HSV(B) 202.42º 0.65% 0.55% -
XYZ 11.15 12.85 26.7 -
YUV 92.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 49 106 140 0.65 0.24 0 0.45 202.42 0.48 0.37
Hex 31 6A 8C 41 18 0 2D CA 30 25
Octal 61 152 214 101 30 0 55 312 60 45
Binary 110001 1101010 10001100 1000001 11000 0 101101 11001010 110000 100101

Color Harmonies of #316A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A8C

Black with #316A8C

Text Example


Text Example

White with #316A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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