#297A96

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

Shades of Astral #297A96

Tints of Astral #297A96

Color information

#297A96 (or 0x297A96) is unknown color: approx Astral. HEX triplet: 29, 7A and 96. RGB value is (41,122,150). Sum of RGB (Red+Green+Blue) = 41+122+150=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #297A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A96 is #D68569. Grayscale: #646464. Windows color (decimal): -14058858 or 9861673. OLE color: 9861673.

HSL color Cylindrical-coordinate representation of color #297A96: hue angle of 195.41º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297A96 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41122150-
CMYK0.730.1900.41
HSL195.41º57.07%37.45%-
HSV(B)195.41º72.67%58.82%-
XYZ13.3816.5931.35-
YUV100.97155.6685.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=13.10%
G=38.98%
B=47.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411221500.730.1900.41195.4157.0737.45
Hex297A964913029c33925
Octal51172226111230513037145
Binary101001111101010010110100100110011010100111000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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