#296D88

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

Shades of Astral #296D88

Tints of Astral #296D88

Color information

#296D88 (or 0x296D88) is unknown color: approx Astral. HEX triplet: 29, 6D and 88. RGB value is (41,109,136). Sum of RGB (Red+Green+Blue) = 41+109+136=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #296D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D88 is #D69277. Grayscale: #5B5B5B. Windows color (decimal): -14062200 or 8940841. OLE color: 8940841.

HSL color Cylindrical-coordinate representation of color #296D88: hue angle of 197.05º 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 #296D88 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41109136-
CMYK0.700.2000.47
HSL197.05º53.67%34.71%-
HSV(B)197.05º69.85%53.33%-
XYZ10.8313.1925.27-
YUV91.75152.9791.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=14.34%
G=38.11%
B=47.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411091360.700.2000.47197.0553.6734.71
Hex296D88461402Fc53623
Octal51155210106240573056643
Binary101001110110110001000100011010100010111111000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296D88; }

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

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

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

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

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

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

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

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