#28597C

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

Shades of Bahama Blue #28597C

Tints of Bahama Blue #28597C

Color information

#28597C (or 0x28597C) is unknown color: approx Bahama Blue. HEX triplet: 28, 59 and 7C. RGB value is (40,89,124). Sum of RGB (Red+Green+Blue) = 40+89+124=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #28597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28597C is #D7A683. Grayscale: #4E4E4E. Windows color (decimal): -14132868 or 8149288. OLE color: 8149288.

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

Color convert

RGB4089124-
CMYK0.680.2800.51
HSL205º51.22%32.16%-
HSV(B)205º67.74%48.63%-
XYZ8.099.0520.39-
YUV78.34153.77100.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=15.81%
G=35.18%
B=49.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40891240.680.2800.5120551.2232.16
Hex28597C441C033cd3320
Octal50131174104340633156340
Binary10100010110011111100100010011100011001111001101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28597C; }

 p { color: rgb(40,89,124); }

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

<style>
 a { background-color: #28597C; }

 a { background-color: rgb(40,89,124); }

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

<style>
 span { border-color: #28597C; }

 span { border-color: rgb(40,89,124); }

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