Shades of Bahama Blue #27587D
Tints of Bahama Blue #27587D
RGB
CMYK
RGB Variations
Color information
#27587D (or 0x27587D) is known color: Bahama Blue. HEX triplet: 27, 58 and 7D. RGB value is (39,88,125). Sum of RGB (Red+Green+Blue) = 39+88+125=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #27587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27587D is #D8A782. Grayscale: #4D4D4D. Windows color (decimal): -14198659 or 8214567. OLE color: 8214567.
HSL color Cylindrical-coordinate representation of color #27587D: hue angle of 205.81º degrees, saturation: 0.52, 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 #27587D is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 88 | 125 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.51 |
| HSL | 205.81º | 0.52% | 0.32% | - |
| HSV(B) | 205.81º | 0.69% | 0.49% | - |
| XYZ | 8.03 | 8.89 | 20.7 | - |
| YUV | 77.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 125 | 0.69 | 0.30 | 0 | 0.51 | 205.81 | 0.52 | 0.32 |
| Hex | 27 | 58 | 7D | 45 | 1E | 0 | 33 | CE | 34 | 20 |
| Octal | 47 | 130 | 175 | 105 | 36 | 0 | 63 | 316 | 64 | 40 |
| Binary | 100111 | 1011000 | 1111101 | 1000101 | 11110 | 0 | 110011 | 11001110 | 110100 | 100000 |
Color Harmonies of #27587D
Complementary color
Monochromatic Colors of #27587D
Black with #27587D
Text Example
Text Example
White with #27587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27587D; }
p { color: rgb(39,88,125); }
H1.HeaderClassName
{
color: #27587D;
}
.AnyTagClassName
{
color: #27587D;
}
</style>
background-color css
<style>
a { background-color: #27587D; }
a { background-color: rgb(39,88,125); }
div.DivClassName
{
background-color: #27587D;
}
.BgClassName
{
background-color: #27587D;
}
</style>
border-color css
<style>
span { border-color: #27587D; }
span { border-color: rgb(39,88,125); }
td.TdClassName
{
border-color: #27587D;
}
.TagClassName
{
border-color: #27587D;
}
</style>