Html Css Color HEX #297C90 Astral

📋 copy color: '#297C90'

red 41 ◦ green 124 ◦ blue 144

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

Shades of Astral #297C90

Tints of Astral #297C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.13%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 13.27%
G = 40.13%
B = 46.6%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297C90 (or 0x297C90) is known color: Astral. HEX triplet: 29, 7C and 90. RGB value is (41,124,144). Sum of RGB (Red+Green+Blue) = 41+124+144=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #297C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C90 is #D6836F. Grayscale: #656565. Windows color (decimal): -14058352 or 9468969. OLE color: 9468969.

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

Color convert

RGB 41 124 144 -
CMYK 0.72 0.14 0 0.44
HSL 191.65º 0.56% 0.36% -
HSV(B) 191.65º 0.72% 0.56% -
XYZ 13.16 16.9 28.95 -
YUV 101.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 41 124 144 0.72 0.14 0 0.44 191.65 0.56 0.36
Hex 29 7C 90 48 E 0 2C C0 38 24
Octal 51 174 220 110 16 0 54 300 70 44
Binary 101001 1111100 10010000 1001000 1110 0 101100 11000000 111000 100100

Color Harmonies of #297C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C90

Black with #297C90

Text Example


Text Example

White with #297C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,144); }

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

background-color css

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

 a { background-color: rgb(41,124,144); }

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

border-color css

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

 span { border-color: rgb(41,124,144); }

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