Shades of Bahama Blue #27597F
Tints of Bahama Blue #27597F
RGB
CMYK
RGB Variations
Color information
#27597F (or 0x27597F) is known color: Bahama Blue. HEX triplet: 27, 59 and 7F. RGB value is (39,89,127). Sum of RGB (Red+Green+Blue) = 39+89+127=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #27597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27597F is #D8A680. Grayscale: #4E4E4E. Windows color (decimal): -14198401 or 8345895. OLE color: 8345895.
HSL color Cylindrical-coordinate representation of color #27597F: hue angle of 205.91º degrees, saturation: 0.53, 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 #27597F is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 89 | 127 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.50 |
| HSL | 205.91º | 0.53% | 0.33% | - |
| HSV(B) | 205.91º | 0.69% | 0.5% | - |
| XYZ | 8.24 | 9.11 | 21.4 | - |
| YUV | 78.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 127 | 0.69 | 0.30 | 0 | 0.50 | 205.91 | 0.53 | 0.33 |
| Hex | 27 | 59 | 7F | 45 | 1E | 0 | 32 | CE | 35 | 21 |
| Octal | 47 | 131 | 177 | 105 | 36 | 0 | 62 | 316 | 65 | 41 |
| Binary | 100111 | 1011001 | 1111111 | 1000101 | 11110 | 0 | 110010 | 11001110 | 110101 | 100001 |
Color Harmonies of #27597F
Complementary color
Monochromatic Colors of #27597F
Black with #27597F
Text Example
Text Example
White with #27597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27597F; }
p { color: rgb(39,89,127); }
H1.HeaderClassName
{
color: #27597F;
}
.AnyTagClassName
{
color: #27597F;
}
</style>
background-color css
<style>
a { background-color: #27597F; }
a { background-color: rgb(39,89,127); }
div.DivClassName
{
background-color: #27597F;
}
.BgClassName
{
background-color: #27597F;
}
</style>
border-color css
<style>
span { border-color: #27597F; }
span { border-color: rgb(39,89,127); }
td.TdClassName
{
border-color: #27597F;
}
.TagClassName
{
border-color: #27597F;
}
</style>