Html Css Color HEX #316783 Astral

📋 copy color: '#316783'

red 49 ◦ green 103 ◦ blue 131

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

Shades of Astral #316783

Tints of Astral #316783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

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

R = 17.31%
G = 36.4%
B = 46.29%

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

#316783 (or 0x316783) is known color: Astral. HEX triplet: 31, 67 and 83. RGB value is (49,103,131). Sum of RGB (Red+Green+Blue) = 49+103+131=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #316783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316783 is #CE987C. Grayscale: #595959. Windows color (decimal): -13539453 or 8611633. OLE color: 8611633.

HSL color Cylindrical-coordinate representation of color #316783: hue angle of 200.49º 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 #316783 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 103 131 -
CMYK 0.63 0.21 0 0.49
HSL 200.49º 0.46% 0.35% -
HSV(B) 200.49º 0.63% 0.51% -
XYZ 10.21 11.99 23.25 -
YUV 90.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 49 103 131 0.63 0.21 0 0.49 200.49 0.46 0.35
Hex 31 67 83 3F 15 0 31 C8 2E 23
Octal 61 147 203 77 25 0 61 310 56 43
Binary 110001 1100111 10000011 111111 10101 0 110001 11001000 101110 100011

Color Harmonies of #316783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316783

Black with #316783

Text Example


Text Example

White with #316783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316783; }

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

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

background-color css

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

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

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

border-color css

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

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

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