Shades of Bahama Blue #275482
Tints of Bahama Blue #275482
RGB
CMYK
RGB Variations
Color information
#275482 (or 0x275482) is known color: Bahama Blue. HEX triplet: 27, 54 and 82. RGB value is (39,84,130). Sum of RGB (Red+Green+Blue) = 39+84+130=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #275482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275482 is #D8AB7D. Grayscale: #4B4B4B. Windows color (decimal): -14199678 or 8541223. OLE color: 8541223.
HSL color Cylindrical-coordinate representation of color #275482: hue angle of 210.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275482 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 84 | 130 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.49 |
| HSL | 210.33º | 0.54% | 0.33% | - |
| HSV(B) | 210.33º | 0.7% | 0.51% | - |
| XYZ | 8.04 | 8.38 | 22.31 | - |
| YUV | 75.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 130 | 0.70 | 0.35 | 0 | 0.49 | 210.33 | 0.54 | 0.33 |
| Hex | 27 | 54 | 82 | 46 | 23 | 0 | 31 | D2 | 36 | 21 |
| Octal | 47 | 124 | 202 | 106 | 43 | 0 | 61 | 322 | 66 | 41 |
| Binary | 100111 | 1010100 | 10000010 | 1000110 | 100011 | 0 | 110001 | 11010010 | 110110 | 100001 |
Color Harmonies of #275482
Complementary color
Monochromatic Colors of #275482
Black with #275482
Text Example
Text Example
White with #275482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275482; }
p { color: rgb(39,84,130); }
H1.HeaderClassName
{
color: #275482;
}
.AnyTagClassName
{
color: #275482;
}
</style>
background-color css
<style>
a { background-color: #275482; }
a { background-color: rgb(39,84,130); }
div.DivClassName
{
background-color: #275482;
}
.BgClassName
{
background-color: #275482;
}
</style>
border-color css
<style>
span { border-color: #275482; }
span { border-color: rgb(39,84,130); }
td.TdClassName
{
border-color: #275482;
}
.TagClassName
{
border-color: #275482;
}
</style>