Html Css Color HEX #317090 Astral

📋 copy color: '#317090'

red 49 ◦ green 112 ◦ blue 144

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

Shades of Astral #317090

Tints of Astral #317090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 16.07%
G = 36.72%
B = 47.21%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#317090 (or 0x317090) is known color: Astral. HEX triplet: 31, 70 and 90. RGB value is (49,112,144). Sum of RGB (Red+Green+Blue) = 49+112+144=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #317090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317090 is #CE8F6F. Grayscale: #606060. Windows color (decimal): -13537136 or 9465905. OLE color: 9465905.

HSL color Cylindrical-coordinate representation of color #317090: hue angle of 200.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317090 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 112 144 -
CMYK 0.66 0.22 0 0.44
HSL 200.21º 0.49% 0.38% -
HSV(B) 200.21º 0.66% 0.56% -
XYZ 12.09 14.25 28.5 -
YUV 96.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 49 112 144 0.66 0.22 0 0.44 200.21 0.49 0.38
Hex 31 70 90 42 16 0 2C C8 31 26
Octal 61 160 220 102 26 0 54 310 61 46
Binary 110001 1110000 10010000 1000010 10110 0 101100 11001000 110001 100110

Color Harmonies of #317090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317090

Black with #317090

Text Example


Text Example

White with #317090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317090; }

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

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

background-color css

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

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

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

border-color css

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

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

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