Html Css Color HEX #317992 Astral

📋 copy color: '#317992'

red 49 ◦ green 121 ◦ blue 146

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

Shades of Astral #317992

Tints of Astral #317992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

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

R = 15.51%
G = 38.29%
B = 46.2%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317992 (or 0x317992) is known color: Astral. HEX triplet: 31, 79 and 92. RGB value is (49,121,146). Sum of RGB (Red+Green+Blue) = 49+121+146=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #317992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317992 is #CE866D. Grayscale: #666666. Windows color (decimal): -13534830 or 9599281. OLE color: 9599281.

HSL color Cylindrical-coordinate representation of color #317992: hue angle of 195.46º 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 #317992 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 121 146 -
CMYK 0.66 0.17 0 0.43
HSL 195.46º 0.5% 0.38% -
HSV(B) 195.46º 0.66% 0.57% -
XYZ 13.29 16.4 29.66 -
YUV 102.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 49 121 146 0.66 0.17 0 0.43 195.46 0.5 0.38
Hex 31 79 92 42 11 0 2B C3 32 26
Octal 61 171 222 102 21 0 53 303 62 46
Binary 110001 1111001 10010010 1000010 10001 0 101011 11000011 110010 100110

Color Harmonies of #317992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317992

Black with #317992

Text Example


Text Example

White with #317992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317992; }

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

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

background-color css

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

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

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

border-color css

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

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

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