#2A587F

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

Shades of Bahama Blue #2A587F

Tints of Bahama Blue #2A587F

Color information

#2A587F (or 0x2A587F) is unknown color: approx Bahama Blue. HEX triplet: 2A, 58 and 7F. RGB value is (42,88,127). Sum of RGB (Red+Green+Blue) = 42+88+127=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A587F is #D5A780. Grayscale: #4E4E4E. Windows color (decimal): -14002049 or 8345642. OLE color: 8345642.

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

Color convert

RGB4288127-
CMYK0.670.3100.50
HSL207.53º50.3%33.14%-
HSV(B)207.53º66.93%49.8%-
XYZ8.28921.38-
YUV78.69155.26101.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 127 (50% from 255) = 49.42%
R=16.34%
G=34.24%
B=49.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42881270.670.3100.50207.5350.333.14
Hex2A587F431F032d03221
Octal52130177103370623206241
Binary10101010110001111111100001111111011001011010000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,127); }

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

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

 a { background-color: rgb(42,88,127); }

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

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

 span { border-color: rgb(42,88,127); }

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