Html Css Color HEX #317293 Astral

📋 copy color: '#317293'

red 49 ◦ green 114 ◦ blue 147

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

Shades of Astral #317293

Tints of Astral #317293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

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

R = 15.81%
G = 36.77%
B = 47.42%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317293 (or 0x317293) is known color: Astral. HEX triplet: 31, 72 and 93. RGB value is (49,114,147). Sum of RGB (Red+Green+Blue) = 49+114+147=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #317293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317293 is #CE8D6C. Grayscale: #626262. Windows color (decimal): -13536621 or 9663025. OLE color: 9663025.

HSL color Cylindrical-coordinate representation of color #317293: hue angle of 200.2º 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 #317293 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 114 147 -
CMYK 0.67 0.22 0 0.42
HSL 200.2º 0.5% 0.38% -
HSV(B) 200.2º 0.67% 0.58% -
XYZ 12.55 14.79 29.8 -
YUV 98.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 49 114 147 0.67 0.22 0 0.42 200.2 0.5 0.38
Hex 31 72 93 43 16 0 2A C8 32 26
Octal 61 162 223 103 26 0 52 310 62 46
Binary 110001 1110010 10010011 1000011 10110 0 101010 11001000 110010 100110

Color Harmonies of #317293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317293

Black with #317293

Text Example


Text Example

White with #317293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317293; }

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

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

background-color css

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

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

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

border-color css

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

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

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