#297688

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

Shades of Astral #297688

Tints of Astral #297688

Color information

#297688 (or 0x297688) is unknown color: approx Astral. HEX triplet: 29, 76 and 88. RGB value is (41,118,136). Sum of RGB (Red+Green+Blue) = 41+118+136=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #297688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297688 is #D68977. Grayscale: #606060. Windows color (decimal): -14059896 or 8943145. OLE color: 8943145.

HSL color Cylindrical-coordinate representation of color #297688: hue angle of 191.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297688 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41118136-
CMYK0.700.1300.47
HSL191.37º53.67%34.71%-
HSV(B)191.37º69.85%53.33%-
XYZ11.8415.2125.6-
YUV97.03149.9988.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=13.90%
G=40%
B=46.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411181360.700.1300.47191.3753.6734.71
Hex29768846D02Fbf3623
Octal51166210106150572776643
Binary10100111101101000100010001101101010111110111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297688; }

 p { color: rgb(41,118,136); }

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

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

 a { background-color: rgb(41,118,136); }

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

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

 span { border-color: rgb(41,118,136); }

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