#295E86

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

Shades of Bahama Blue #295E86

Tints of Bahama Blue #295E86

Color information

#295E86 (or 0x295E86) is unknown color: approx Bahama Blue. HEX triplet: 29, 5E and 86. RGB value is (41,94,134). Sum of RGB (Red+Green+Blue) = 41+94+134=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #295E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E86 is #D6A179. Grayscale: #525252. Windows color (decimal): -14066042 or 8805929. OLE color: 8805929.

HSL color Cylindrical-coordinate representation of color #295E86: hue angle of 205.81º 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 #295E86 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4194134-
CMYK0.690.3000.47
HSL205.81º53.14%34.31%-
HSV(B)205.81º69.4%52.55%-
XYZ9.2210.224.04-
YUV82.71156.9498.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=15.24%
G=34.94%
B=49.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41941340.690.3000.47205.8153.1434.31
Hex295E86451E02Fce3522
Octal51136206105360573166542
Binary101001101111010000110100010111110010111111001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295E86; }

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

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

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

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

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

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

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

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