Html Css Color HEX #297489 Astral

📋 copy color: '#297489'

red 41 ◦ green 116 ◦ blue 137

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

Shades of Astral #297489

Tints of Astral #297489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 13.95%
G = 39.46%
B = 46.6%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297489 (or 0x297489) is known color: Astral. HEX triplet: 29, 74 and 89. RGB value is (41,116,137). Sum of RGB (Red+Green+Blue) = 41+116+137=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #297489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297489 is #D68B76. Grayscale: #5F5F5F. Windows color (decimal): -14060407 or 9008169. OLE color: 9008169.

HSL color Cylindrical-coordinate representation of color #297489: hue angle of 193.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297489 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 116 137 -
CMYK 0.70 0.15 0 0.46
HSL 193.13º 0.54% 0.35% -
HSV(B) 193.13º 0.7% 0.54% -
XYZ 11.68 14.77 25.9 -
YUV 95.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 41 116 137 0.70 0.15 0 0.46 193.13 0.54 0.35
Hex 29 74 89 46 F 0 2E C1 36 23
Octal 51 164 211 106 17 0 56 301 66 43
Binary 101001 1110100 10001001 1000110 1111 0 101110 11000001 110110 100011

Color Harmonies of #297489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297489

Black with #297489

Text Example


Text Example

White with #297489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297489; }

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

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

background-color css

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

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

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

border-color css

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

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

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