Html Css Color HEX #317C92 Astral

📋 copy color: '#317C92'

red 49 ◦ green 124 ◦ blue 146

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

Shades of Astral #317C92

Tints of Astral #317C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 15.36%
G = 38.87%
B = 45.77%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317C92 (or 0x317C92) is known color: Astral. HEX triplet: 31, 7C and 92. RGB value is (49,124,146). Sum of RGB (Red+Green+Blue) = 49+124+146=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #317C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C92 is #CE836D. Grayscale: #676767. Windows color (decimal): -13534062 or 9600049. OLE color: 9600049.

HSL color Cylindrical-coordinate representation of color #317C92: hue angle of 193.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317C92 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 124 146 -
CMYK 0.66 0.15 0 0.43
HSL 193.61º 0.5% 0.38% -
HSV(B) 193.61º 0.66% 0.57% -
XYZ 13.66 17.14 29.78 -
YUV 104.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 49 124 146 0.66 0.15 0 0.43 193.61 0.5 0.38
Hex 31 7C 92 42 F 0 2B C2 32 26
Octal 61 174 222 102 17 0 53 302 62 46
Binary 110001 1111100 10010010 1000010 1111 0 101011 11000010 110010 100110

Color Harmonies of #317C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C92

Black with #317C92

Text Example


Text Example

White with #317C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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