Shades of Bahama Blue #27537D
Tints of Bahama Blue #27537D
RGB
CMYK
RGB Variations
Color information
#27537D (or 0x27537D) is known color: Bahama Blue. HEX triplet: 27, 53 and 7D. RGB value is (39,83,125). Sum of RGB (Red+Green+Blue) = 39+83+125=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #27537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27537D is #D8AC82. Grayscale: #4A4A4A. Windows color (decimal): -14199939 or 8213287. OLE color: 8213287.
HSL color Cylindrical-coordinate representation of color #27537D: hue angle of 209.3º 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 #27537D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 83 | 125 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.51 |
| HSL | 209.3º | 0.52% | 0.32% | - |
| HSV(B) | 209.3º | 0.69% | 0.49% | - |
| XYZ | 7.63 | 8.1 | 20.56 | - |
| YUV | 74.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 125 | 0.69 | 0.34 | 0 | 0.51 | 209.3 | 0.52 | 0.32 |
| Hex | 27 | 53 | 7D | 45 | 22 | 0 | 33 | D1 | 34 | 20 |
| Octal | 47 | 123 | 175 | 105 | 42 | 0 | 63 | 321 | 64 | 40 |
| Binary | 100111 | 1010011 | 1111101 | 1000101 | 100010 | 0 | 110011 | 11010001 | 110100 | 100000 |
Color Harmonies of #27537D
Complementary color
Monochromatic Colors of #27537D
Black with #27537D
Text Example
Text Example
White with #27537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27537D; }
p { color: rgb(39,83,125); }
H1.HeaderClassName
{
color: #27537D;
}
.AnyTagClassName
{
color: #27537D;
}
</style>
background-color css
<style>
a { background-color: #27537D; }
a { background-color: rgb(39,83,125); }
div.DivClassName
{
background-color: #27537D;
}
.BgClassName
{
background-color: #27537D;
}
</style>
border-color css
<style>
span { border-color: #27537D; }
span { border-color: rgb(39,83,125); }
td.TdClassName
{
border-color: #27537D;
}
.TagClassName
{
border-color: #27537D;
}
</style>