#297489

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

Shades of Astral #297489

Tints of Astral #297489

Color information

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

RGB41116137-
CMYK0.700.1500.46
HSL193.12º53.93%34.9%-
HSV(B)193.12º70.07%53.73%-
XYZ11.6814.7725.9-
YUV95.97151.1588.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=13.95%
G=39.46%
B=46.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411161370.700.1500.46193.1253.9334.9
Hex29748946F02Ec13623
Octal51164211106170563016643
Binary10100111101001000100110001101111010111011000001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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