#2A5E84

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

Shades of Bahama Blue #2A5E84

Tints of Bahama Blue #2A5E84

Color information

#2A5E84 (or 0x2A5E84) is unknown color: approx Bahama Blue. HEX triplet: 2A, 5E and 84. RGB value is (42,94,132). Sum of RGB (Red+Green+Blue) = 42+94+132=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A5E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5E84 is #D5A17B. Grayscale: #525252. Windows color (decimal): -14000508 or 8674858. OLE color: 8674858.

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

Color convert

RGB4294132-
CMYK0.680.2900.48
HSL205.33º51.72%34.12%-
HSV(B)205.33º68.18%51.76%-
XYZ9.1210.1623.31-
YUV82.78155.7798.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=15.67%
G=35.07%
B=49.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42941320.680.2900.48205.3351.7234.12
Hex2A5E84441D030cd3422
Octal52136204104350603156442
Binary101010101111010000100100010011101011000011001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,94,132); }

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

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

 a { background-color: rgb(42,94,132); }

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

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

 span { border-color: rgb(42,94,132); }

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