Html Css Color HEX #317692 Astral

📋 copy color: '#317692'

red 49 ◦ green 118 ◦ blue 146

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

Shades of Astral #317692

Tints of Astral #317692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 15.65%
G = 37.7%
B = 46.65%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#317692 (or 0x317692) is known color: Astral. HEX triplet: 31, 76 and 92. RGB value is (49,118,146). Sum of RGB (Red+Green+Blue) = 49+118+146=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #317692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317692 is #CE896D. Grayscale: #646464. Windows color (decimal): -13535598 or 9598513. OLE color: 9598513.

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

Color convert

RGB 49 118 146 -
CMYK 0.66 0.19 0 0.43
HSL 197.32º 0.5% 0.38% -
HSV(B) 197.32º 0.66% 0.57% -
XYZ 12.93 15.69 29.54 -
YUV 100.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 49 118 146 0.66 0.19 0 0.43 197.32 0.5 0.38
Hex 31 76 92 42 13 0 2B C5 32 26
Octal 61 166 222 102 23 0 53 305 62 46
Binary 110001 1110110 10010010 1000010 10011 0 101011 11000101 110010 100110

Color Harmonies of #317692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317692

Black with #317692

Text Example


Text Example

White with #317692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317692; }

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

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

background-color css

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

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

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

border-color css

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

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

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