#2B6485

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

Shades of Bahama Blue #2B6485

Tints of Bahama Blue #2B6485

Color information

#2B6485 (or 0x2B6485) is unknown color: approx Bahama Blue. HEX triplet: 2B, 64 and 85. RGB value is (43,100,133). Sum of RGB (Red+Green+Blue) = 43+100+133=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B6485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6485 is #D49B7A. Grayscale: #565656. Windows color (decimal): -13933435 or 8741931. OLE color: 8741931.

HSL color Cylindrical-coordinate representation of color #2B6485: hue angle of 202º 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 #2B6485 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43100133-
CMYK0.680.2500.48
HSL202º51.14%34.51%-
HSV(B)202º67.67%52.16%-
XYZ9.7911.3223.86-
YUV86.72154.1296.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=15.58%
G=36.23%
B=48.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431001330.680.2500.4820251.1434.51
Hex2B64854419030ca3323
Octal53144205104310603126343
Binary101011110010010000101100010011001011000011001010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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