Shades of Bahama Blue #275C85
Tints of Bahama Blue #275C85
RGB
CMYK
RGB Variations
Color information
#275C85 (or 0x275C85) is known color: Bahama Blue. HEX triplet: 27, 5C and 85. RGB value is (39,92,133). Sum of RGB (Red+Green+Blue) = 39+92+133=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #275C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C85 is #D8A37A. Grayscale: #505050. Windows color (decimal): -14197627 or 8739879. OLE color: 8739879.
HSL color Cylindrical-coordinate representation of color #275C85: hue angle of 206.17º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275C85 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 92 | 133 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.48 |
| HSL | 206.17º | 0.55% | 0.34% | - |
| HSV(B) | 206.17º | 0.71% | 0.52% | - |
| XYZ | 8.9 | 9.78 | 23.61 | - |
| YUV | 80.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 133 | 0.71 | 0.31 | 0 | 0.48 | 206.17 | 0.55 | 0.34 |
| Hex | 27 | 5C | 85 | 47 | 1F | 0 | 30 | CE | 37 | 22 |
| Octal | 47 | 134 | 205 | 107 | 37 | 0 | 60 | 316 | 67 | 42 |
| Binary | 100111 | 1011100 | 10000101 | 1000111 | 11111 | 0 | 110000 | 11001110 | 110111 | 100010 |
Color Harmonies of #275C85
Complementary color
Monochromatic Colors of #275C85
Black with #275C85
Text Example
Text Example
White with #275C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C85; }
p { color: rgb(39,92,133); }
H1.HeaderClassName
{
color: #275C85;
}
.AnyTagClassName
{
color: #275C85;
}
</style>
background-color css
<style>
a { background-color: #275C85; }
a { background-color: rgb(39,92,133); }
div.DivClassName
{
background-color: #275C85;
}
.BgClassName
{
background-color: #275C85;
}
</style>
border-color css
<style>
span { border-color: #275C85; }
span { border-color: rgb(39,92,133); }
td.TdClassName
{
border-color: #275C85;
}
.TagClassName
{
border-color: #275C85;
}
</style>