Shades of Bahama Blue #27517E
Tints of Bahama Blue #27517E
RGB
CMYK
RGB Variations
Color information
#27517E (or 0x27517E) is known color: Bahama Blue. HEX triplet: 27, 51 and 7E. RGB value is (39,81,126). Sum of RGB (Red+Green+Blue) = 39+81+126=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #27517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27517E is #D8AE81. Grayscale: #494949. Windows color (decimal): -14200450 or 8278311. OLE color: 8278311.
HSL color Cylindrical-coordinate representation of color #27517E: hue angle of 211.03º 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 #27517E is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 81 | 126 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.51 |
| HSL | 211.03º | 0.53% | 0.32% | - |
| HSV(B) | 211.03º | 0.69% | 0.49% | - |
| XYZ | 7.55 | 7.82 | 20.85 | - |
| YUV | 73.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 126 | 0.69 | 0.36 | 0 | 0.51 | 211.03 | 0.53 | 0.32 |
| Hex | 27 | 51 | 7E | 45 | 24 | 0 | 33 | D3 | 35 | 20 |
| Octal | 47 | 121 | 176 | 105 | 44 | 0 | 63 | 323 | 65 | 40 |
| Binary | 100111 | 1010001 | 1111110 | 1000101 | 100100 | 0 | 110011 | 11010011 | 110101 | 100000 |
Color Harmonies of #27517E
Complementary color
Monochromatic Colors of #27517E
Black with #27517E
Text Example
Text Example
White with #27517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27517E; }
p { color: rgb(39,81,126); }
H1.HeaderClassName
{
color: #27517E;
}
.AnyTagClassName
{
color: #27517E;
}
</style>
background-color css
<style>
a { background-color: #27517E; }
a { background-color: rgb(39,81,126); }
div.DivClassName
{
background-color: #27517E;
}
.BgClassName
{
background-color: #27517E;
}
</style>
border-color css
<style>
span { border-color: #27517E; }
span { border-color: rgb(39,81,126); }
td.TdClassName
{
border-color: #27517E;
}
.TagClassName
{
border-color: #27517E;
}
</style>