Shades of Bahama Blue #27587E
Tints of Bahama Blue #27587E
RGB
CMYK
RGB Variations
Color information
#27587E (or 0x27587E) is known color: Bahama Blue. HEX triplet: 27, 58 and 7E. RGB value is (39,88,126). Sum of RGB (Red+Green+Blue) = 39+88+126=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #27587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27587E is #D8A781. Grayscale: #4D4D4D. Windows color (decimal): -14198658 or 8280103. OLE color: 8280103.
HSL color Cylindrical-coordinate representation of color #27587E: hue angle of 206.21º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27587E is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 88 | 126 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.51 |
| HSL | 206.21º | 0.53% | 0.32% | - |
| HSV(B) | 206.21º | 0.69% | 0.49% | - |
| XYZ | 8.09 | 8.92 | 21.03 | - |
| YUV | 77.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 126 | 0.69 | 0.30 | 0 | 0.51 | 206.21 | 0.53 | 0.32 |
| Hex | 27 | 58 | 7E | 45 | 1E | 0 | 33 | CE | 35 | 20 |
| Octal | 47 | 130 | 176 | 105 | 36 | 0 | 63 | 316 | 65 | 40 |
| Binary | 100111 | 1011000 | 1111110 | 1000101 | 11110 | 0 | 110011 | 11001110 | 110101 | 100000 |
Color Harmonies of #27587E
Complementary color
Monochromatic Colors of #27587E
Black with #27587E
Text Example
Text Example
White with #27587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27587E; }
p { color: rgb(39,88,126); }
H1.HeaderClassName
{
color: #27587E;
}
.AnyTagClassName
{
color: #27587E;
}
</style>
background-color css
<style>
a { background-color: #27587E; }
a { background-color: rgb(39,88,126); }
div.DivClassName
{
background-color: #27587E;
}
.BgClassName
{
background-color: #27587E;
}
</style>
border-color css
<style>
span { border-color: #27587E; }
span { border-color: rgb(39,88,126); }
td.TdClassName
{
border-color: #27587E;
}
.TagClassName
{
border-color: #27587E;
}
</style>