Html Css Color HEX #297391 Astral

📋 copy color: '#297391'

red 41 ◦ green 115 ◦ blue 145

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

Shades of Astral #297391

Tints of Astral #297391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 13.62%
G = 38.21%
B = 48.17%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297391 (or 0x297391) is known color: Astral. HEX triplet: 29, 73 and 91. RGB value is (41,115,145). Sum of RGB (Red+Green+Blue) = 41+115+145=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #297391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297391 is #D68C6E. Grayscale: #606060. Windows color (decimal): -14060655 or 9532201. OLE color: 9532201.

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

Color convert

RGB 41 115 145 -
CMYK 0.72 0.21 0 0.43
HSL 197.31º 0.56% 0.36% -
HSV(B) 197.31º 0.72% 0.57% -
XYZ 12.16 14.78 29 -
YUV 96.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 41 115 145 0.72 0.21 0 0.43 197.31 0.56 0.36
Hex 29 73 91 48 15 0 2B C5 38 24
Octal 51 163 221 110 25 0 53 305 70 44
Binary 101001 1110011 10010001 1001000 10101 0 101011 11000101 111000 100100

Color Harmonies of #297391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297391

Black with #297391

Text Example


Text Example

White with #297391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297391; }

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

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

background-color css

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

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

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

border-color css

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

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

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