Html Css Color HEX #317C90 Astral

📋 copy color: '#317C90'

red 49 ◦ green 124 ◦ blue 144

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

Shades of Astral #317C90

Tints of Astral #317C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

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

R = 15.46%
G = 39.12%
B = 45.43%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#317C90 (or 0x317C90) is known color: Astral. HEX triplet: 31, 7C and 90. RGB value is (49,124,144). Sum of RGB (Red+Green+Blue) = 49+124+144=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #317C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C90 is #CE836F. Grayscale: #676767. Windows color (decimal): -13534064 or 9468977. OLE color: 9468977.

HSL color Cylindrical-coordinate representation of color #317C90: hue angle of 192.63º 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 #317C90 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 124 144 -
CMYK 0.66 0.14 0 0.44
HSL 192.63º 0.49% 0.38% -
HSV(B) 192.63º 0.66% 0.56% -
XYZ 13.51 17.08 28.97 -
YUV 103.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 49 124 144 0.66 0.14 0 0.44 192.63 0.49 0.38
Hex 31 7C 90 42 E 0 2C C1 31 26
Octal 61 174 220 102 16 0 54 301 61 46
Binary 110001 1111100 10010000 1000010 1110 0 101100 11000001 110001 100110

Color Harmonies of #317C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C90

Black with #317C90

Text Example


Text Example

White with #317C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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