#297D90

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

Shades of Astral #297D90

Tints of Astral #297D90

Color information

#297D90 (or 0x297D90) is unknown color: approx Astral. HEX triplet: 29, 7D and 90. RGB value is (41,125,144). Sum of RGB (Red+Green+Blue) = 41+125+144=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #297D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D90 is #D6826F. Grayscale: #656565. Windows color (decimal): -14058096 or 9469225. OLE color: 9469225.

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

Color convert

RGB41125144-
CMYK0.720.1300.44
HSL191.07º55.68%36.27%-
HSV(B)191.07º71.53%56.47%-
XYZ13.2817.1529-
YUV102.05151.6784.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=13.23%
G=40.32%
B=46.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411251440.720.1300.44191.0755.6836.27
Hex297D9048D02Cbf3824
Octal51175220110150542777044
Binary10100111111011001000010010001101010110010111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,144); }

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

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

 a { background-color: rgb(41,125,144); }

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

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

 span { border-color: rgb(41,125,144); }

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