Html Css Color HEX #297490 Astral

📋 copy color: '#297490'

red 41 ◦ green 116 ◦ blue 144

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

Shades of Astral #297490

Tints of Astral #297490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 13.62%
G = 38.54%
B = 47.84%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#297490 (or 0x297490) is known color: Astral. HEX triplet: 29, 74 and 90. RGB value is (41,116,144). Sum of RGB (Red+Green+Blue) = 41+116+144=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #297490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297490 is #D68B6F. Grayscale: #606060. Windows color (decimal): -14060400 or 9466921. OLE color: 9466921.

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

Color convert

RGB 41 116 144 -
CMYK 0.72 0.19 0 0.44
HSL 196.31º 0.56% 0.36% -
HSV(B) 196.31º 0.72% 0.56% -
XYZ 12.19 14.98 28.63 -
YUV 96.77 154.65 88.22 -
System Red Green Blue C M Y K H S L
Decimal 41 116 144 0.72 0.19 0 0.44 196.31 0.56 0.36
Hex 29 74 90 48 13 0 2C C4 38 24
Octal 51 164 220 110 23 0 54 304 70 44
Binary 101001 1110100 10010000 1001000 10011 0 101100 11000100 111000 100100

Color Harmonies of #297490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297490

Black with #297490

Text Example


Text Example

White with #297490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297490; }

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

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

background-color css

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

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

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

border-color css

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

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

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