#295F7F

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

Shades of Bahama Blue #295F7F

Tints of Bahama Blue #295F7F

Color information

#295F7F (or 0x295F7F) is unknown color: approx Bahama Blue. HEX triplet: 29, 5F and 7F. RGB value is (41,95,127). Sum of RGB (Red+Green+Blue) = 41+95+127=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #295F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F7F is #D6A080. Grayscale: #525252. Windows color (decimal): -14065793 or 8347433. OLE color: 8347433.

HSL color Cylindrical-coordinate representation of color #295F7F: hue angle of 202.33º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295F7F is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4195127-
CMYK0.680.2500.50
HSL202.33º51.19%32.94%-
HSV(B)202.33º67.72%49.8%-
XYZ8.8410.1921.58-
YUV82.5153.1198.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 127 (50% from 255) = 48.29%
R=15.59%
G=36.12%
B=48.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41951270.680.2500.50202.3351.1932.94
Hex295F7F4419032ca3321
Octal51137177104310623126341
Binary10100110111111111111100010011001011001011001010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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