#2B5A83

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

Shades of Bahama Blue #2B5A83

Tints of Bahama Blue #2B5A83

Color information

#2B5A83 (or 0x2B5A83) is unknown color: approx Bahama Blue. HEX triplet: 2B, 5A and 83. RGB value is (43,90,131). Sum of RGB (Red+Green+Blue) = 43+90+131=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B5A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5A83 is #D4A57C. Grayscale: #505050. Windows color (decimal): -13935997 or 8608299. OLE color: 8608299.

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

Color convert

RGB4390131-
CMYK0.670.3100.49
HSL207.95º50.57%34.12%-
HSV(B)207.95º67.18%51.37%-
XYZ8.759.4622.84-
YUV80.62156.43101.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=16.29%
G=34.09%
B=49.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43901310.670.3100.49207.9550.5734.12
Hex2B5A83431F031d03322
Octal53132203103370613206342
Binary101011101101010000011100001111111011000111010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,131); }

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

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

 a { background-color: rgb(43,90,131); }

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

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

 span { border-color: rgb(43,90,131); }

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