Html Css Color HEX #317294 Astral

📋 copy color: '#317294'

red 49 ◦ green 114 ◦ blue 148

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

Shades of Astral #317294

Tints of Astral #317294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 15.76%
G = 36.66%
B = 47.59%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#317294 (or 0x317294) is known color: Astral. HEX triplet: 31, 72 and 94. RGB value is (49,114,148). Sum of RGB (Red+Green+Blue) = 49+114+148=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #317294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317294 is #CE8D6B. Grayscale: #626262. Windows color (decimal): -13536620 or 9728561. OLE color: 9728561.

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

Color convert

RGB 49 114 148 -
CMYK 0.67 0.23 0 0.42
HSL 200.61º 0.5% 0.39% -
HSV(B) 200.61º 0.67% 0.58% -
XYZ 12.63 14.83 30.21 -
YUV 98.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 49 114 148 0.67 0.23 0 0.42 200.61 0.5 0.39
Hex 31 72 94 43 17 0 2A C9 32 27
Octal 61 162 224 103 27 0 52 311 62 47
Binary 110001 1110010 10010100 1000011 10111 0 101010 11001001 110010 100111

Color Harmonies of #317294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317294

Black with #317294

Text Example


Text Example

White with #317294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317294; }

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

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

background-color css

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

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

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

border-color css

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

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

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