#2D6485

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

Shades of Bahama Blue #2D6485

Tints of Bahama Blue #2D6485

Color information

#2D6485 (or 0x2D6485) is unknown color: approx Bahama Blue. HEX triplet: 2D, 64 and 85. RGB value is (45,100,133). Sum of RGB (Red+Green+Blue) = 45+100+133=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D6485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6485 is #D29B7A. Grayscale: #575757. Windows color (decimal): -13802363 or 8741933. OLE color: 8741933.

HSL color Cylindrical-coordinate representation of color #2D6485: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D6485 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB45100133-
CMYK0.660.2500.48
HSL202.5º49.44%34.9%-
HSV(B)202.5º66.17%52.16%-
XYZ9.8711.3723.86-
YUV87.32153.7897.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=16.19%
G=35.97%
B=47.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451001330.660.2500.48202.549.4434.9
Hex2D64854219030ca3123
Octal55144205102310603126143
Binary101101110010010000101100001011001011000011001010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,133); }

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

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

 a { background-color: rgb(45,100,133); }

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

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

 span { border-color: rgb(45,100,133); }

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