Html Css Color HEX #317C93 Astral

📋 copy color: '#317C93'

red 49 ◦ green 124 ◦ blue 147

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

Shades of Astral #317C93

Tints of Astral #317C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 15.31%
G = 38.75%
B = 45.94%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317C93 (or 0x317C93) is known color: Astral. HEX triplet: 31, 7C and 93. RGB value is (49,124,147). Sum of RGB (Red+Green+Blue) = 49+124+147=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #317C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C93 is #CE836C. Grayscale: #686868. Windows color (decimal): -13534061 or 9665585. OLE color: 9665585.

HSL color Cylindrical-coordinate representation of color #317C93: hue angle of 194.08º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317C93 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 124 147 -
CMYK 0.67 0.16 0 0.42
HSL 194.08º 0.5% 0.38% -
HSV(B) 194.08º 0.67% 0.58% -
XYZ 13.74 17.17 30.19 -
YUV 104.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 49 124 147 0.67 0.16 0 0.42 194.08 0.5 0.38
Hex 31 7C 93 43 10 0 2A C2 32 26
Octal 61 174 223 103 20 0 52 302 62 46
Binary 110001 1111100 10010011 1000011 10000 0 101010 11000010 110010 100110

Color Harmonies of #317C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C93

Black with #317C93

Text Example


Text Example

White with #317C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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