Html Css Color HEX #316789 Astral

📋 copy color: '#316789'

red 49 ◦ green 103 ◦ blue 137

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

Shades of Astral #316789

Tints of Astral #316789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 16.96%
G = 35.64%
B = 47.4%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#316789 (or 0x316789) is known color: Astral. HEX triplet: 31, 67 and 89. RGB value is (49,103,137). Sum of RGB (Red+Green+Blue) = 49+103+137=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #316789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316789 is #CE9876. Grayscale: #5A5A5A. Windows color (decimal): -13539447 or 9004849. OLE color: 9004849.

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

Color convert

RGB 49 103 137 -
CMYK 0.64 0.25 0 0.46
HSL 203.18º 0.47% 0.36% -
HSV(B) 203.18º 0.64% 0.54% -
XYZ 10.63 12.16 25.45 -
YUV 90.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 49 103 137 0.64 0.25 0 0.46 203.18 0.47 0.36
Hex 31 67 89 40 19 0 2E CB 2F 24
Octal 61 147 211 100 31 0 56 313 57 44
Binary 110001 1100111 10001001 1000000 11001 0 101110 11001011 101111 100100

Color Harmonies of #316789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316789

Black with #316789

Text Example


Text Example

White with #316789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316789; }

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

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

background-color css

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

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

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

border-color css

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

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

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