#297089

Color #297089 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #297089

Tints of Astral #297089

Color information

#297089 (or 0x297089) is unknown color: approx 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

RGB41112137-
CMYK0.700.1800.46
HSL195.62º53.93%34.9%-
HSV(B)195.62º70.07%53.73%-
XYZ11.2213.8725.75-
YUV93.62152.4890.47-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411121370.700.1800.46195.6253.9334.9
Hex297089461202Ec43623
Octal51160211106220563046643
Binary101001111000010001001100011010010010111011000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>