#2A6187

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

Shades of Bahama Blue #2A6187

Tints of Bahama Blue #2A6187

Color information

#2A6187 (or 0x2A6187) is unknown color: approx Bahama Blue. HEX triplet: 2A, 61 and 87. RGB value is (42,97,135). Sum of RGB (Red+Green+Blue) = 42+97+135=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A6187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6187 is #D59E78. Grayscale: #545454. Windows color (decimal): -13999737 or 8872234. OLE color: 8872234.

HSL color Cylindrical-coordinate representation of color #2A6187: hue angle of 204.52º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6187 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4297135-
CMYK0.690.2800.47
HSL204.52º52.54%34.71%-
HSV(B)204.52º68.89%52.94%-
XYZ9.610.7924.5-
YUV84.89156.2897.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=15.33%
G=35.40%
B=49.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42971350.690.2800.47204.5252.5434.71
Hex2A6187451C02Fcd3523
Octal52141207105340573156543
Binary101010110000110000111100010111100010111111001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,135); }

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

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

 a { background-color: rgb(42,97,135); }

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

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

 span { border-color: rgb(42,97,135); }

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