#295D84

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

Shades of Bahama Blue #295D84

Tints of Bahama Blue #295D84

Color information

#295D84 (or 0x295D84) is unknown color: approx Bahama Blue. HEX triplet: 29, 5D and 84. RGB value is (41,93,132). Sum of RGB (Red+Green+Blue) = 41+93+132=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #295D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D84 is #D6A27B. Grayscale: #515151. Windows color (decimal): -14066300 or 8674601. OLE color: 8674601.

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

Color convert

RGB4193132-
CMYK0.690.3000.48
HSL205.71º52.6%33.92%-
HSV(B)205.71º68.94%51.76%-
XYZ8.999.9723.28-
YUV81.9156.2798.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=15.41%
G=34.96%
B=49.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41931320.690.3000.48205.7152.633.92
Hex295D84451E030ce3522
Octal51135204105360603166542
Binary101001101110110000100100010111110011000011001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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