Html Css Color HEX #316785 Astral

📋 copy color: '#316785'

red 49 ◦ green 103 ◦ blue 133

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

Shades of Astral #316785

Tints of Astral #316785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 17.19%
G = 36.14%
B = 46.67%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316785 (or 0x316785) is known color: Astral. HEX triplet: 31, 67 and 85. RGB value is (49,103,133). Sum of RGB (Red+Green+Blue) = 49+103+133=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #316785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316785 is #CE987A. Grayscale: #5A5A5A. Windows color (decimal): -13539451 or 8742705. OLE color: 8742705.

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

Color convert

RGB 49 103 133 -
CMYK 0.63 0.23 0 0.48
HSL 201.43º 0.46% 0.36% -
HSV(B) 201.43º 0.63% 0.52% -
XYZ 10.35 12.05 23.97 -
YUV 90.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 49 103 133 0.63 0.23 0 0.48 201.43 0.46 0.36
Hex 31 67 85 3F 17 0 30 C9 2E 24
Octal 61 147 205 77 27 0 60 311 56 44
Binary 110001 1100111 10000101 111111 10111 0 110000 11001001 101110 100100

Color Harmonies of #316785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316785

Black with #316785

Text Example


Text Example

White with #316785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316785; }

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

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

background-color css

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

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

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

border-color css

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

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

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