Shades of Bahama Blue #285380
Tints of Bahama Blue #285380
RGB
CMYK
RGB Variations
Color information
#285380 (or 0x285380) is known color: Bahama Blue. HEX triplet: 28, 53 and 80. RGB value is (40,83,128). Sum of RGB (Red+Green+Blue) = 40+83+128=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #285380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285380 is #D7AC7F. Grayscale: #4B4B4B. Windows color (decimal): -14134400 or 8409896. OLE color: 8409896.
HSL color Cylindrical-coordinate representation of color #285380: hue angle of 210.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285380 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 83 | 128 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.50 |
| HSL | 210.68º | 0.52% | 0.33% | - |
| HSV(B) | 210.68º | 0.69% | 0.5% | - |
| XYZ | 7.86 | 8.2 | 21.59 | - |
| YUV | 75.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 128 | 0.69 | 0.35 | 0 | 0.50 | 210.68 | 0.52 | 0.33 |
| Hex | 28 | 53 | 80 | 45 | 23 | 0 | 32 | D3 | 34 | 21 |
| Octal | 50 | 123 | 200 | 105 | 43 | 0 | 62 | 323 | 64 | 41 |
| Binary | 101000 | 1010011 | 10000000 | 1000101 | 100011 | 0 | 110010 | 11010011 | 110100 | 100001 |
Color Harmonies of #285380
Complementary color
Monochromatic Colors of #285380
Black with #285380
Text Example
Text Example
White with #285380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285380; }
p { color: rgb(40,83,128); }
H1.HeaderClassName
{
color: #285380;
}
.AnyTagClassName
{
color: #285380;
}
</style>
background-color css
<style>
a { background-color: #285380; }
a { background-color: rgb(40,83,128); }
div.DivClassName
{
background-color: #285380;
}
.BgClassName
{
background-color: #285380;
}
</style>
border-color css
<style>
span { border-color: #285380; }
span { border-color: rgb(40,83,128); }
td.TdClassName
{
border-color: #285380;
}
.TagClassName
{
border-color: #285380;
}
</style>