Html Css Color HEX #297791 Astral

📋 copy color: '#297791'

red 41 ◦ green 119 ◦ blue 145

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

Shades of Astral #297791

Tints of Astral #297791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

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

R = 13.44%
G = 39.02%
B = 47.54%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297791 (or 0x297791) is known color: Astral. HEX triplet: 29, 77 and 91. RGB value is (41,119,145). Sum of RGB (Red+Green+Blue) = 41+119+145=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #297791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297791 is #D6886E. Grayscale: #626262. Windows color (decimal): -14059631 or 9533225. OLE color: 9533225.

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

Color convert

RGB 41 119 145 -
CMYK 0.72 0.18 0 0.43
HSL 195º 0.56% 0.36% -
HSV(B) 195º 0.72% 0.57% -
XYZ 12.62 15.71 29.16 -
YUV 98.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 41 119 145 0.72 0.18 0 0.43 195 0.56 0.36
Hex 29 77 91 48 12 0 2B C3 38 24
Octal 51 167 221 110 22 0 53 303 70 44
Binary 101001 1110111 10010001 1001000 10010 0 101011 11000011 111000 100100

Color Harmonies of #297791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297791

Black with #297791

Text Example


Text Example

White with #297791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297791; }

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

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

background-color css

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

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

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

border-color css

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

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

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