#297C91

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

Shades of Astral #297C91

Tints of Astral #297C91

Color information

#297C91 (or 0x297C91) is unknown color: approx Astral. HEX triplet: 29, 7C and 91. RGB value is (41,124,145). Sum of RGB (Red+Green+Blue) = 41+124+145=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #297C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C91 is #D6836E. Grayscale: #656565. Windows color (decimal): -14058351 or 9534505. OLE color: 9534505.

HSL color Cylindrical-coordinate representation of color #297C91: hue angle of 192.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297C91 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41124145-
CMYK0.720.1400.43
HSL192.12º55.91%36.47%-
HSV(B)192.12º71.72%56.86%-
XYZ13.2316.9329.36-
YUV101.58152.584.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=13.23%
G=40%
B=46.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411241450.720.1400.43192.1255.9136.47
Hex297C9148E02Bc03824
Octal51174221110160533007044
Binary10100111111001001000110010001110010101111000000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,124,145); }

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

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

 a { background-color: rgb(41,124,145); }

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

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

 span { border-color: rgb(41,124,145); }

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