#296687

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

Shades of Bahama Blue #296687

Tints of Bahama Blue #296687

Color information

#296687 (or 0x296687) is unknown color: approx Bahama Blue. HEX triplet: 29, 66 and 87. RGB value is (41,102,135). Sum of RGB (Red+Green+Blue) = 41+102+135=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #296687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296687 is #D69978. Grayscale: #575757. Windows color (decimal): -14063993 or 8873513. OLE color: 8873513.

HSL color Cylindrical-coordinate representation of color #296687: hue angle of 201.06º degrees, saturation: 0.53, 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 #296687 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41102135-
CMYK0.700.2400.47
HSL201.06º53.41%34.51%-
HSV(B)201.06º69.63%52.94%-
XYZ10.0411.7224.66-
YUV87.52154.7994.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=14.75%
G=36.69%
B=48.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411021350.700.2400.47201.0653.4134.51
Hex296687461802Fc93523
Octal51146207106300573116543
Binary101001110011010000111100011011000010111111001001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296687; }

 p { color: rgb(41,102,135); }

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

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

 a { background-color: rgb(41,102,135); }

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

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

 span { border-color: rgb(41,102,135); }

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