Html Css Color HEX #316883 Astral

📋 copy color: '#316883'

red 49 ◦ green 104 ◦ blue 131

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

Shades of Astral #316883

Tints of Astral #316883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 17.25%
G = 36.62%
B = 46.13%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316883 (or 0x316883) is known color: Astral. HEX triplet: 31, 68 and 83. RGB value is (49,104,131). Sum of RGB (Red+Green+Blue) = 49+104+131=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #316883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316883 is #CE977C. Grayscale: #5A5A5A. Windows color (decimal): -13539197 or 8611889. OLE color: 8611889.

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

Color convert

RGB 49 104 131 -
CMYK 0.63 0.21 0 0.49
HSL 199.76º 0.46% 0.35% -
HSV(B) 199.76º 0.63% 0.51% -
XYZ 10.31 12.19 23.28 -
YUV 90.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 49 104 131 0.63 0.21 0 0.49 199.76 0.46 0.35
Hex 31 68 83 3F 15 0 31 C8 2E 23
Octal 61 150 203 77 25 0 61 310 56 43
Binary 110001 1101000 10000011 111111 10101 0 110001 11001000 101110 100011

Color Harmonies of #316883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316883

Black with #316883

Text Example


Text Example

White with #316883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316883; }

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

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

background-color css

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

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

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

border-color css

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

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

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