Html Css Color HEX #316882 Astral

📋 copy color: '#316882'

red 49 ◦ green 104 ◦ blue 130

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

Shades of Astral #316882

Tints of Astral #316882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 17.31%
G = 36.75%
B = 45.94%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316882 (or 0x316882) is known color: Astral. HEX triplet: 31, 68 and 82. RGB value is (49,104,130). Sum of RGB (Red+Green+Blue) = 49+104+130=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #316882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316882 is #CE977D. Grayscale: #5A5A5A. Windows color (decimal): -13539198 or 8546353. OLE color: 8546353.

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

Color convert

RGB 49 104 130 -
CMYK 0.62 0.2 0 0.49
HSL 199.26º 0.45% 0.35% -
HSV(B) 199.26º 0.62% 0.51% -
XYZ 10.25 12.17 22.93 -
YUV 90.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 49 104 130 0.62 0.2 0 0.49 199.26 0.45 0.35
Hex 31 68 82 3E 14 0 31 C7 2D 23
Octal 61 150 202 76 24 0 61 307 55 43
Binary 110001 1101000 10000010 111110 10100 0 110001 11000111 101101 100011

Color Harmonies of #316882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316882

Black with #316882

Text Example


Text Example

White with #316882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316882; }

 p { color: rgb(49,104,130); }

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

background-color css

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

 a { background-color: rgb(49,104,130); }

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

border-color css

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

 span { border-color: rgb(49,104,130); }

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