#297D8E

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

Shades of Astral #297D8E

Tints of Astral #297D8E

Color information

#297D8E (or 0x297D8E) is unknown color: approx Astral. HEX triplet: 29, 7D and 8E. RGB value is (41,125,142). Sum of RGB (Red+Green+Blue) = 41+125+142=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #297D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D8E is #D68271. Grayscale: #656565. Windows color (decimal): -14058098 or 9338153. OLE color: 9338153.

HSL color Cylindrical-coordinate representation of color #297D8E: hue angle of 190.1º 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 #297D8E is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41125142-
CMYK0.710.1200.44
HSL190.1º55.19%35.88%-
HSV(B)190.1º71.13%55.69%-
XYZ13.1317.0928.2-
YUV101.82150.6784.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=13.31%
G=40.58%
B=46.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411251420.710.1200.44190.155.1935.88
Hex297D8E47C02Cbe3724
Octal51175216107140542766744
Binary10100111111011000111010001111100010110010111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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