Shades of Bahama Blue #275C84
Tints of Bahama Blue #275C84
RGB
CMYK
RGB Variations
Color information
#275C84 (or 0x275C84) is known color: Bahama Blue. HEX triplet: 27, 5C and 84. RGB value is (39,92,132). Sum of RGB (Red+Green+Blue) = 39+92+132=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #275C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C84 is #D8A37B. Grayscale: #505050. Windows color (decimal): -14197628 or 8674343. OLE color: 8674343.
HSL color Cylindrical-coordinate representation of color #275C84: hue angle of 205.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275C84 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 92 | 132 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.48 |
| HSL | 205.81º | 0.54% | 0.34% | - |
| HSV(B) | 205.81º | 0.7% | 0.52% | - |
| XYZ | 8.83 | 9.75 | 23.25 | - |
| YUV | 80.71 | 156.94 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 132 | 0.70 | 0.30 | 0 | 0.48 | 205.81 | 0.54 | 0.34 |
| Hex | 27 | 5C | 84 | 46 | 1E | 0 | 30 | CE | 36 | 22 |
| Octal | 47 | 134 | 204 | 106 | 36 | 0 | 60 | 316 | 66 | 42 |
| Binary | 100111 | 1011100 | 10000100 | 1000110 | 11110 | 0 | 110000 | 11001110 | 110110 | 100010 |
Color Harmonies of #275C84
Complementary color
Monochromatic Colors of #275C84
Black with #275C84
Text Example
Text Example
White with #275C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C84; }
p { color: rgb(39,92,132); }
H1.HeaderClassName
{
color: #275C84;
}
.AnyTagClassName
{
color: #275C84;
}
</style>
background-color css
<style>
a { background-color: #275C84; }
a { background-color: rgb(39,92,132); }
div.DivClassName
{
background-color: #275C84;
}
.BgClassName
{
background-color: #275C84;
}
</style>
border-color css
<style>
span { border-color: #275C84; }
span { border-color: rgb(39,92,132); }
td.TdClassName
{
border-color: #275C84;
}
.TagClassName
{
border-color: #275C84;
}
</style>