Html Css Color HEX #317089 Astral

📋 copy color: '#317089'

red 49 ◦ green 112 ◦ blue 137

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

Shades of Astral #317089

Tints of Astral #317089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 16.44%
G = 37.58%
B = 45.97%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#317089 (or 0x317089) is known color: Astral. HEX triplet: 31, 70 and 89. RGB value is (49,112,137). Sum of RGB (Red+Green+Blue) = 49+112+137=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #317089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317089 is #CE8F76. Grayscale: #5F5F5F. Windows color (decimal): -13537143 or 9007153. OLE color: 9007153.

HSL color Cylindrical-coordinate representation of color #317089: hue angle of 197.05º 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 #317089 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 112 137 -
CMYK 0.64 0.18 0 0.46
HSL 197.05º 0.47% 0.36% -
HSV(B) 197.05º 0.64% 0.54% -
XYZ 11.58 14.05 25.77 -
YUV 96.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 49 112 137 0.64 0.18 0 0.46 197.05 0.47 0.36
Hex 31 70 89 40 12 0 2E C5 2F 24
Octal 61 160 211 100 22 0 56 305 57 44
Binary 110001 1110000 10001001 1000000 10010 0 101110 11000101 101111 100100

Color Harmonies of #317089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317089

Black with #317089

Text Example


Text Example

White with #317089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317089; }

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

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

background-color css

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

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

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

border-color css

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

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

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