Html Css Color HEX #316680 Astral

📋 copy color: '#316680'

red 49 ◦ green 102 ◦ blue 128

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

Shades of Astral #316680

Tints of Astral #316680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 17.56%
G = 36.56%
B = 45.88%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#316680 (or 0x316680) is known color: Astral. HEX triplet: 31, 66 and 80. RGB value is (49,102,128). Sum of RGB (Red+Green+Blue) = 49+102+128=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #316680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316680 is #CE997F. Grayscale: #585858. Windows color (decimal): -13539712 or 8414769. OLE color: 8414769.

HSL color Cylindrical-coordinate representation of color #316680: hue angle of 199.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316680 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 102 128 -
CMYK 0.62 0.20 0 0.50
HSL 199.75º 0.45% 0.35% -
HSV(B) 199.75º 0.62% 0.5% -
XYZ 9.91 11.71 22.16 -
YUV 89.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 49 102 128 0.62 0.20 0 0.50 199.75 0.45 0.35
Hex 31 66 80 3E 14 0 32 C8 2D 23
Octal 61 146 200 76 24 0 62 310 55 43
Binary 110001 1100110 10000000 111110 10100 0 110010 11001000 101101 100011

Color Harmonies of #316680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316680

Black with #316680

Text Example


Text Example

White with #316680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316680; }

 p { color: rgb(49,102,128); }

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

background-color css

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

 a { background-color: rgb(49,102,128); }

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

border-color css

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

 span { border-color: rgb(49,102,128); }

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