Html Css Color HEX #297A91 Astral

📋 copy color: '#297A91'

red 41 ◦ green 122 ◦ blue 145

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

Shades of Astral #297A91

Tints of Astral #297A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 13.31%
G = 39.61%
B = 47.08%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#297A91 (or 0x297A91) is known color: Astral. HEX triplet: 29, 7A and 91. RGB value is (41,122,145). Sum of RGB (Red+Green+Blue) = 41+122+145=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #297A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A91 is #D6856E. Grayscale: #646464. Windows color (decimal): -14058863 or 9533993. OLE color: 9533993.

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

Color convert

RGB 41 122 145 -
CMYK 0.72 0.16 0 0.43
HSL 193.27º 0.56% 0.36% -
HSV(B) 193.27º 0.72% 0.57% -
XYZ 12.98 16.43 29.28 -
YUV 100.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 41 122 145 0.72 0.16 0 0.43 193.27 0.56 0.36
Hex 29 7A 91 48 10 0 2B C1 38 24
Octal 51 172 221 110 20 0 53 301 70 44
Binary 101001 1111010 10010001 1001000 10000 0 101011 11000001 111000 100100

Color Harmonies of #297A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A91

Black with #297A91

Text Example


Text Example

White with #297A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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