#2c5d7f

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

Shades of Bahama Blue #2C5D7F

Tints of Bahama Blue #2C5D7F

Color information

#2C5D7F (or 0x2C5D7F) is unknown color: approx Bahama Blue. HEX triplet: 2C, 5D and 7F. RGB value is (44,93,127). Sum of RGB (Red+Green+Blue) = 44+93+127=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C5D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D7F is #D3A280. Grayscale: #525252. Windows color (decimal): -13869697 or 8346924. OLE color: 8346924.

HSL color Cylindrical-coordinate representation of color #2C5D7F: hue angle of 204.58º degrees, saturation: 0.49, 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 #2C5D7F is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4493127-
CMYK0.650.2700.50
HSL204.58º48.54%33.53%-
HSV(B)204.58º65.35%49.8%-
XYZ8.789.921.53-
YUV82.22153.27100.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 127 (50% from 255) = 48.11%
R=16.67%
G=35.23%
B=48.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44931270.650.2700.50204.5848.5433.53
Hex2C5D7F411B032cd3122
Octal54135177101330623156142
Binary10110010111011111111100000111011011001011001101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c5d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,127); }

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

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

 a { background-color: rgb(44,93,127); }

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

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

 span { border-color: rgb(44,93,127); }

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