#295D7D

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

Shades of Bahama Blue #295D7D

Tints of Bahama Blue #295D7D

Color information

#295D7D (or 0x295D7D) is unknown color: approx Bahama Blue. HEX triplet: 29, 5D and 7D. RGB value is (41,93,125). Sum of RGB (Red+Green+Blue) = 41+93+125=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #295D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D7D is #D6A282. Grayscale: #505050. Windows color (decimal): -14066307 or 8215849. OLE color: 8215849.

HSL color Cylindrical-coordinate representation of color #295D7D: hue angle of 202.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295D7D is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4193125-
CMYK0.670.2600.51
HSL202.86º50.6%32.55%-
HSV(B)202.86º67.2%49.02%-
XYZ8.539.7820.84-
YUV81.1152.7799.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=15.83%
G=35.91%
B=48.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41931250.670.2600.51202.8650.632.55
Hex295D7D431A033cb3321
Octal51135175103320633136341
Binary10100110111011111101100001111010011001111001011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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