#297A93

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

Shades of Astral #297A93

Tints of Astral #297A93

Color information

#297A93 (or 0x297A93) is unknown color: approx Astral. HEX triplet: 29, 7A and 93. RGB value is (41,122,147). Sum of RGB (Red+Green+Blue) = 41+122+147=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #297A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A93 is #D6856C. Grayscale: #646464. Windows color (decimal): -14058861 or 9665065. OLE color: 9665065.

HSL color Cylindrical-coordinate representation of color #297A93: hue angle of 194.15º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297A93 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41122147-
CMYK0.720.1700.42
HSL194.15º56.38%36.86%-
HSV(B)194.15º72.11%57.65%-
XYZ13.1416.530.1-
YUV100.63154.1685.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=13.23%
G=39.35%
B=47.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411221470.720.1700.42194.1556.3836.86
Hex297A93481102Ac23825
Octal51172223110210523027045
Binary101001111101010010011100100010001010101011000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A93; }

 p { color: rgb(41,122,147); }

 H1.HeaderClassName
 {
   color: #297A93;
 }
 .AnyTagClassName
 {
   color: #297A93;
 }
</style>
background-color css

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

 a { background-color: rgb(41,122,147); }

 div.DivClassName
 {
   background-color: #297A93;
 }
 .BgClassName
 {
   background-color: #297A93;
 }
</style>
border-color css

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

 span { border-color: rgb(41,122,147); }

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