#295F86

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

Shades of Bahama Blue #295F86

Tints of Bahama Blue #295F86

Color information

#295F86 (or 0x295F86) is unknown color: approx Bahama Blue. HEX triplet: 29, 5F and 86. RGB value is (41,95,134). Sum of RGB (Red+Green+Blue) = 41+95+134=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #295F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F86 is #D6A079. Grayscale: #535353. Windows color (decimal): -14065786 or 8806185. OLE color: 8806185.

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

Color convert

RGB4195134-
CMYK0.690.2900.47
HSL205.16º53.14%34.31%-
HSV(B)205.16º69.4%52.55%-
XYZ9.3110.3824.07-
YUV83.3156.6197.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=15.19%
G=35.19%
B=49.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41951340.690.2900.47205.1653.1434.31
Hex295F86451D02Fcd3522
Octal51137206105350573156542
Binary101001101111110000110100010111101010111111001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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