Html Css Color HEX #316884 Astral

📋 copy color: '#316884'

red 49 ◦ green 104 ◦ blue 132

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

Shades of Astral #316884

Tints of Astral #316884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 17.19%
G = 36.49%
B = 46.32%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316884 (or 0x316884) is known color: Astral. HEX triplet: 31, 68 and 84. RGB value is (49,104,132). Sum of RGB (Red+Green+Blue) = 49+104+132=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #316884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316884 is #CE977B. Grayscale: #5A5A5A. Windows color (decimal): -13539196 or 8677425. OLE color: 8677425.

HSL color Cylindrical-coordinate representation of color #316884: hue angle of 200.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316884 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 104 132 -
CMYK 0.63 0.21 0 0.48
HSL 200.24º 0.46% 0.35% -
HSV(B) 200.24º 0.63% 0.52% -
XYZ 10.38 12.22 23.64 -
YUV 90.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 49 104 132 0.63 0.21 0 0.48 200.24 0.46 0.35
Hex 31 68 84 3F 15 0 30 C8 2E 23
Octal 61 150 204 77 25 0 60 310 56 43
Binary 110001 1101000 10000100 111111 10101 0 110000 11001000 101110 100011

Color Harmonies of #316884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316884

Black with #316884

Text Example


Text Example

White with #316884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316884; }

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

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

background-color css

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

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

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

border-color css

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

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

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