Shades of Bahama Blue #27577C
Tints of Bahama Blue #27577C
RGB
CMYK
RGB Variations
Color information
#27577C (or 0x27577C) is known color: Bahama Blue. HEX triplet: 27, 57 and 7C. RGB value is (39,87,124). Sum of RGB (Red+Green+Blue) = 39+87+124=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #27577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27577C is #D8A883. Grayscale: #4C4C4C. Windows color (decimal): -14198916 or 8148775. OLE color: 8148775.
HSL color Cylindrical-coordinate representation of color #27577C: hue angle of 206.12º 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 #27577C is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 87 | 124 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.51 |
| HSL | 206.12º | 0.52% | 0.32% | - |
| HSV(B) | 206.12º | 0.69% | 0.49% | - |
| XYZ | 7.88 | 8.7 | 20.33 | - |
| YUV | 76.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 124 | 0.69 | 0.30 | 0 | 0.51 | 206.12 | 0.52 | 0.32 |
| Hex | 27 | 57 | 7C | 45 | 1E | 0 | 33 | CE | 34 | 20 |
| Octal | 47 | 127 | 174 | 105 | 36 | 0 | 63 | 316 | 64 | 40 |
| Binary | 100111 | 1010111 | 1111100 | 1000101 | 11110 | 0 | 110011 | 11001110 | 110100 | 100000 |
Color Harmonies of #27577C
Complementary color
Monochromatic Colors of #27577C
Black with #27577C
Text Example
Text Example
White with #27577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27577C; }
p { color: rgb(39,87,124); }
H1.HeaderClassName
{
color: #27577C;
}
.AnyTagClassName
{
color: #27577C;
}
</style>
background-color css
<style>
a { background-color: #27577C; }
a { background-color: rgb(39,87,124); }
div.DivClassName
{
background-color: #27577C;
}
.BgClassName
{
background-color: #27577C;
}
</style>
border-color css
<style>
span { border-color: #27577C; }
span { border-color: rgb(39,87,124); }
td.TdClassName
{
border-color: #27577C;
}
.TagClassName
{
border-color: #27577C;
}
</style>