#2A5983

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

Shades of Bahama Blue #2A5983

Tints of Bahama Blue #2A5983

Color information

#2A5983 (or 0x2A5983) is unknown color: approx Bahama Blue. HEX triplet: 2A, 59 and 83. RGB value is (42,89,131). Sum of RGB (Red+Green+Blue) = 42+89+131=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A5983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5983 is #D5A67C. Grayscale: #4F4F4F. Windows color (decimal): -14001789 or 8608042. OLE color: 8608042.

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

Color convert

RGB4289131-
CMYK0.680.3200.49
HSL208.31º51.45%33.92%-
HSV(B)208.31º67.94%51.37%-
XYZ8.629.2822.81-
YUV79.73156.93101.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 131 (51.56% from 255) = 50%
R=16.03%
G=33.97%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42891310.680.3200.49208.3151.4533.92
Hex2A59834420031d03322
Octal52131203104400613206342
Binary1010101011001100000111000100100000011000111010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,131); }

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

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

 a { background-color: rgb(42,89,131); }

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

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

 span { border-color: rgb(42,89,131); }

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