#2B6585

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

Shades of Bahama Blue #2B6585

Tints of Bahama Blue #2B6585

Color information

#2B6585 (or 0x2B6585) is unknown color: approx Bahama Blue. HEX triplet: 2B, 65 and 85. RGB value is (43,101,133). Sum of RGB (Red+Green+Blue) = 43+101+133=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6585 is #D49A7A. Grayscale: #575757. Windows color (decimal): -13933179 or 8742187. OLE color: 8742187.

HSL color Cylindrical-coordinate representation of color #2B6585: hue angle of 201.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6585 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43101133-
CMYK0.680.2400.48
HSL201.33º51.14%34.51%-
HSV(B)201.33º67.67%52.16%-
XYZ9.8811.5123.89-
YUV87.31153.7896.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=15.52%
G=36.46%
B=48.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431011330.680.2400.48201.3351.1434.51
Hex2B65854418030c93323
Octal53145205104300603116343
Binary101011110010110000101100010011000011000011001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,133); }

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

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

 a { background-color: rgb(43,101,133); }

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

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

 span { border-color: rgb(43,101,133); }

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