Shades of Bahama Blue #286688
Tints of Bahama Blue #286688
RGB
CMYK
RGB Variations
Color information
#286688 (or 0x286688) is known color: Bahama Blue. HEX triplet: 28, 66 and 88. RGB value is (40,102,136). Sum of RGB (Red+Green+Blue) = 40+102+136=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #286688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286688 is #D79977. Grayscale: #575757. Windows color (decimal): -14129528 or 8939048. OLE color: 8939048.
HSL color Cylindrical-coordinate representation of color #286688: hue angle of 201.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286688 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 102 | 136 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.47 |
| HSL | 201.25º | 0.55% | 0.35% | - |
| HSV(B) | 201.25º | 0.71% | 0.53% | - |
| XYZ | 10.07 | 11.73 | 25.03 | - |
| YUV | 87.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 136 | 0.71 | 0.25 | 0 | 0.47 | 201.25 | 0.55 | 0.35 |
| Hex | 28 | 66 | 88 | 47 | 19 | 0 | 2F | C9 | 37 | 23 |
| Octal | 50 | 146 | 210 | 107 | 31 | 0 | 57 | 311 | 67 | 43 |
| Binary | 101000 | 1100110 | 10001000 | 1000111 | 11001 | 0 | 101111 | 11001001 | 110111 | 100011 |
Color Harmonies of #286688
Complementary color
Monochromatic Colors of #286688
Black with #286688
Text Example
Text Example
White with #286688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286688; }
p { color: rgb(40,102,136); }
H1.HeaderClassName
{
color: #286688;
}
.AnyTagClassName
{
color: #286688;
}
</style>
background-color css
<style>
a { background-color: #286688; }
a { background-color: rgb(40,102,136); }
div.DivClassName
{
background-color: #286688;
}
.BgClassName
{
background-color: #286688;
}
</style>
border-color css
<style>
span { border-color: #286688; }
span { border-color: rgb(40,102,136); }
td.TdClassName
{
border-color: #286688;
}
.TagClassName
{
border-color: #286688;
}
</style>