#297a8f

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

Shades of Astral #297A8F

Tints of Astral #297A8F

Color information

#297A8F (or 0x297A8F) is unknown color: approx Astral. HEX triplet: 29, 7A and 8F. RGB value is (41,122,143). Sum of RGB (Red+Green+Blue) = 41+122+143=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #297A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8F is #D68570. Grayscale: #646464. Windows color (decimal): -14058865 or 9402921. OLE color: 9402921.

HSL color Cylindrical-coordinate representation of color #297A8F: hue angle of 192.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297A8F is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41122143-
CMYK0.710.1500.44
HSL192.35º55.43%36.08%-
HSV(B)192.35º71.33%56.08%-
XYZ12.8316.3728.47-
YUV100.17152.1685.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=13.40%
G=39.87%
B=46.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411221430.710.1500.44192.3555.4336.08
Hex297A8F47F02Cc03724
Octal51172217107170543006744
Binary10100111110101000111110001111111010110011000000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297a8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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