#295E84

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

Shades of Bahama Blue #295E84

Tints of Bahama Blue #295E84

Color information

#295E84 (or 0x295E84) is unknown color: approx Bahama Blue. HEX triplet: 29, 5E and 84. RGB value is (41,94,132). Sum of RGB (Red+Green+Blue) = 41+94+132=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #295E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E84 is #D6A17B. Grayscale: #525252. Windows color (decimal): -14066044 or 8674857. OLE color: 8674857.

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

Color convert

RGB4194132-
CMYK0.690.2900.48
HSL205.05º52.6%33.92%-
HSV(B)205.05º68.94%51.76%-
XYZ9.0810.1423.31-
YUV82.48155.9498.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=15.36%
G=35.21%
B=49.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41941320.690.2900.48205.0552.633.92
Hex295E84451D030cd3522
Octal51136204105350603156542
Binary101001101111010000100100010111101011000011001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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