Html Css Color HEX #297191 Astral

📋 copy color: '#297191'

red 41 ◦ green 113 ◦ blue 145

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

Shades of Astral #297191

Tints of Astral #297191

RGB

 RED value IS 41 (16.41% from 255) = 13.71%

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 13.71%
G = 37.79%
B = 48.49%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297191 (or 0x297191) is known color: Astral. HEX triplet: 29, 71 and 91. RGB value is (41,113,145). Sum of RGB (Red+Green+Blue) = 41+113+145=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #297191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297191 is #D68E6E. Grayscale: #5E5E5E. Windows color (decimal): -14061167 or 9531689. OLE color: 9531689.

HSL color Cylindrical-coordinate representation of color #297191: hue angle of 198.46º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297191 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 113 145 -
CMYK 0.72 0.22 0 0.43
HSL 198.46º 0.56% 0.36% -
HSV(B) 198.46º 0.72% 0.57% -
XYZ 11.93 14.33 28.92 -
YUV 95.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 41 113 145 0.72 0.22 0 0.43 198.46 0.56 0.36
Hex 29 71 91 48 16 0 2B C6 38 24
Octal 51 161 221 110 26 0 53 306 70 44
Binary 101001 1110001 10010001 1001000 10110 0 101011 11000110 111000 100100

Color Harmonies of #297191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297191

Black with #297191

Text Example


Text Example

White with #297191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297191; }

 p { color: rgb(41,113,145); }

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

background-color css

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

 a { background-color: rgb(41,113,145); }

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

border-color css

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

 span { border-color: rgb(41,113,145); }

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