#2B597F

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

Shades of Bahama Blue #2B597F

Tints of Bahama Blue #2B597F

Color information

#2B597F (or 0x2B597F) is unknown color: approx Bahama Blue. HEX triplet: 2B, 59 and 7F. RGB value is (43,89,127). Sum of RGB (Red+Green+Blue) = 43+89+127=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B597F is #D4A680. Grayscale: #4F4F4F. Windows color (decimal): -13936257 or 8345899. OLE color: 8345899.

HSL color Cylindrical-coordinate representation of color #2B597F: hue angle of 207.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B597F is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4389127-
CMYK0.660.3000.50
HSL207.14º49.41%33.33%-
HSV(B)207.14º66.14%49.8%-
XYZ8.49.1921.41-
YUV79.58154.76101.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 127 (50% from 255) = 49.03%
R=16.60%
G=34.36%
B=49.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43891270.660.3000.50207.1449.4133.33
Hex2B597F421E032cf3121
Octal53131177102360623176141
Binary10101110110011111111100001011110011001011001111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B597F; }

 p { color: rgb(43,89,127); }

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

<style>
 a { background-color: #2B597F; }

 a { background-color: rgb(43,89,127); }

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

<style>
 span { border-color: #2B597F; }

 span { border-color: rgb(43,89,127); }

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