#2A557F

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

Shades of Bahama Blue #2A557F

Tints of Bahama Blue #2A557F

Color information

#2A557F (or 0x2A557F) is unknown color: approx Bahama Blue. HEX triplet: 2A, 55 and 7F. RGB value is (42,85,127). Sum of RGB (Red+Green+Blue) = 42+85+127=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A557F is #D5AA80. Grayscale: #4C4C4C. Windows color (decimal): -14002817 or 8344874. OLE color: 8344874.

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

Color convert

RGB4285127-
CMYK0.670.3300.50
HSL209.65º50.3%33.14%-
HSV(B)209.65º66.93%49.8%-
XYZ8.038.5221.3-
YUV76.93156.25103.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 127 (50% from 255) = 50%
R=16.54%
G=33.46%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42851270.670.3300.50209.6550.333.14
Hex2A557F4321032d23221
Octal52125177103410623226241
Binary101010101010111111111000011100001011001011010010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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