#296086

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

Shades of Bahama Blue #296086

Tints of Bahama Blue #296086

Color information

#296086 (or 0x296086) is unknown color: approx Bahama Blue. HEX triplet: 29, 60 and 86. RGB value is (41,96,134). Sum of RGB (Red+Green+Blue) = 41+96+134=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #296086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296086 is #D69F79. Grayscale: #535353. Windows color (decimal): -14065530 or 8806441. OLE color: 8806441.

HSL color Cylindrical-coordinate representation of color #296086: hue angle of 204.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296086 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4196134-
CMYK0.690.2800.47
HSL204.52º53.14%34.31%-
HSV(B)204.52º69.4%52.55%-
XYZ9.410.5624.1-
YUV83.89156.2897.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=15.13%
G=35.42%
B=49.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41961340.690.2800.47204.5253.1434.31
Hex296086451C02Fcd3522
Octal51140206105340573156542
Binary101001110000010000110100010111100010111111001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296086; }

 p { color: rgb(41,96,134); }

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

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

 a { background-color: rgb(41,96,134); }

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

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

 span { border-color: rgb(41,96,134); }

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