Html Css Color HEX #316786 Astral

📋 copy color: '#316786'

red 49 ◦ green 103 ◦ blue 134

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

Shades of Astral #316786

Tints of Astral #316786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 17.13%
G = 36.01%
B = 46.85%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#316786 (or 0x316786) is known color: Astral. HEX triplet: 31, 67 and 86. RGB value is (49,103,134). Sum of RGB (Red+Green+Blue) = 49+103+134=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #316786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316786 is #CE9879. Grayscale: #5A5A5A. Windows color (decimal): -13539450 or 8808241. OLE color: 8808241.

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

Color convert

RGB 49 103 134 -
CMYK 0.63 0.23 0 0.47
HSL 201.88º 0.46% 0.36% -
HSV(B) 201.88º 0.63% 0.53% -
XYZ 10.42 12.07 24.34 -
YUV 90.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 49 103 134 0.63 0.23 0 0.47 201.88 0.46 0.36
Hex 31 67 86 3F 17 0 2F CA 2E 24
Octal 61 147 206 77 27 0 57 312 56 44
Binary 110001 1100111 10000110 111111 10111 0 101111 11001010 101110 100100

Color Harmonies of #316786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316786

Black with #316786

Text Example


Text Example

White with #316786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316786; }

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

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

background-color css

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

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

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

border-color css

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

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

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