#2D5B80

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

Shades of Bahama Blue #2D5B80

Tints of Bahama Blue #2D5B80

Color information

#2D5B80 (or 0x2D5B80) is unknown color: approx Bahama Blue. HEX triplet: 2D, 5B and 80. RGB value is (45,91,128). Sum of RGB (Red+Green+Blue) = 45+91+128=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #2D5B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5B80 is #D2A47F. Grayscale: #515151. Windows color (decimal): -13804672 or 8411949. OLE color: 8411949.

HSL color Cylindrical-coordinate representation of color #2D5B80: hue angle of 206.75º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D5B80 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4591128-
CMYK0.650.2900.50
HSL206.75º47.98%33.92%-
HSV(B)206.75º64.84%50.2%-
XYZ8.729.621.82-
YUV81.46154.26101.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=17.05%
G=34.47%
B=48.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45911280.650.2900.50206.7547.9833.92
Hex2D5B80411D032cf3022
Octal55133200101350623176042
Binary101101101101110000000100000111101011001011001111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,128); }

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

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

 a { background-color: rgb(45,91,128); }

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

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

 span { border-color: rgb(45,91,128); }

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