Html Css Color HEX #317C8D Astral

📋 copy color: '#317C8D'

red 49 ◦ green 124 ◦ blue 141

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

Shades of Astral #317C8D

Tints of Astral #317C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 15.61%
G = 39.49%
B = 44.9%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#317C8D (or 0x317C8D) is known color: Astral. HEX triplet: 31, 7C and 8D. RGB value is (49,124,141). Sum of RGB (Red+Green+Blue) = 49+124+141=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #317C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C8D is #CE8372. Grayscale: #676767. Windows color (decimal): -13534067 or 9272369. OLE color: 9272369.

HSL color Cylindrical-coordinate representation of color #317C8D: hue angle of 191.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317C8D is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 124 141 -
CMYK 0.65 0.12 0 0.45
HSL 191.09º 0.48% 0.37% -
HSV(B) 191.09º 0.65% 0.55% -
XYZ 13.28 16.99 27.78 -
YUV 103.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 49 124 141 0.65 0.12 0 0.45 191.09 0.48 0.37
Hex 31 7C 8D 41 C 0 2D BF 30 25
Octal 61 174 215 101 14 0 55 277 60 45
Binary 110001 1111100 10001101 1000001 1100 0 101101 10111111 110000 100101

Color Harmonies of #317C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C8D

Black with #317C8D

Text Example


Text Example

White with #317C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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