Html Css Color HEX #297089 Astral

📋 copy color: '#297089'

red 41 ◦ green 112 ◦ blue 137

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

Shades of Astral #297089

Tints of Astral #297089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 14.14%
G = 38.62%
B = 47.24%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297089 (or 0x297089) is known color: Astral. HEX triplet: 29, 70 and 89. RGB value is (41,112,137). Sum of RGB (Red+Green+Blue) = 41+112+137=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #297089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297089 is #D68F76. Grayscale: #5D5D5D. Windows color (decimal): -14061431 or 9007145. OLE color: 9007145.

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

Color convert

RGB 41 112 137 -
CMYK 0.70 0.18 0 0.46
HSL 195.63º 0.54% 0.35% -
HSV(B) 195.63º 0.7% 0.54% -
XYZ 11.22 13.87 25.75 -
YUV 93.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 41 112 137 0.70 0.18 0 0.46 195.63 0.54 0.35
Hex 29 70 89 46 12 0 2E C4 36 23
Octal 51 160 211 106 22 0 56 304 66 43
Binary 101001 1110000 10001001 1000110 10010 0 101110 11000100 110110 100011

Color Harmonies of #297089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297089

Black with #297089

Text Example


Text Example

White with #297089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297089; }

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

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

background-color css

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

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

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

border-color css

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

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

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