#28577C

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

Shades of Bahama Blue #28577C

Tints of Bahama Blue #28577C

Color information

#28577C (or 0x28577C) is unknown color: approx Bahama Blue. HEX triplet: 28, 57 and 7C. RGB value is (40,87,124). Sum of RGB (Red+Green+Blue) = 40+87+124=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #28577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28577C is #D7A883. Grayscale: #4C4C4C. Windows color (decimal): -14133380 or 8148776. OLE color: 8148776.

HSL color Cylindrical-coordinate representation of color #28577C: hue angle of 206.43º 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 #28577C is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4087124-
CMYK0.680.3000.51
HSL206.43º51.22%32.16%-
HSV(B)206.43º67.74%48.63%-
XYZ7.928.7220.33-
YUV77.16154.43101.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=15.94%
G=34.66%
B=49.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40871240.680.3000.51206.4351.2232.16
Hex28577C441E033ce3320
Octal50127174104360633166340
Binary10100010101111111100100010011110011001111001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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