#2a577f

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

Shades of Bahama Blue #2A577F

Tints of Bahama Blue #2A577F

Color information

#2A577F (or 0x2A577F) is unknown color: approx Bahama Blue. HEX triplet: 2A, 57 and 7F. RGB value is (42,87,127). Sum of RGB (Red+Green+Blue) = 42+87+127=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A577F is #D5A880. Grayscale: #4D4D4D. Windows color (decimal): -14002305 or 8345386. OLE color: 8345386.

HSL color Cylindrical-coordinate representation of color #2A577F: hue angle of 208.24º 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 #2A577F is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4287127-
CMYK0.670.3100.50
HSL208.24º50.3%33.14%-
HSV(B)208.24º66.93%49.8%-
XYZ8.198.8421.35-
YUV78.1155.59102.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 127 (50% from 255) = 49.61%
R=16.41%
G=33.98%
B=49.61%

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
Decimal42871270.670.3100.50208.2450.333.14
Hex2A577F431F032d03221
Octal52127177103370623206241
Binary10101010101111111111100001111111011001011010000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a577f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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