#2D5982

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

Shades of Bahama Blue #2D5982

Tints of Bahama Blue #2D5982

Color information

#2D5982 (or 0x2D5982) is unknown color: approx Bahama Blue. HEX triplet: 2D, 59 and 82. RGB value is (45,89,130). Sum of RGB (Red+Green+Blue) = 45+89+130=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D5982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5982 is #D2A67D. Grayscale: #505050. Windows color (decimal): -13805182 or 8542509. OLE color: 8542509.

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

Color convert

RGB4589130-
CMYK0.650.3200.49
HSL208.94º48.57%34.31%-
HSV(B)208.94º65.38%50.98%-
XYZ8.689.3122.46-
YUV80.52155.92102.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=17.05%
G=33.71%
B=49.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45891300.650.3200.49208.9448.5734.31
Hex2D59824120031d13122
Octal55131202101400613216142
Binary1011011011001100000101000001100000011000111010001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,89,130); }

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

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

 a { background-color: rgb(45,89,130); }

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

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

 span { border-color: rgb(45,89,130); }

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