Shades of Bahama Blue #275582
Tints of Bahama Blue #275582
RGB
CMYK
RGB Variations
Color information
#275582 (or 0x275582) is known color: Bahama Blue. HEX triplet: 27, 55 and 82. RGB value is (39,85,130). Sum of RGB (Red+Green+Blue) = 39+85+130=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #275582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275582 is #D8AA7D. Grayscale: #4C4C4C. Windows color (decimal): -14199422 or 8541479. OLE color: 8541479.
HSL color Cylindrical-coordinate representation of color #275582: hue angle of 209.67º 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 #275582 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 85 | 130 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.49 |
| HSL | 209.67º | 0.54% | 0.33% | - |
| HSV(B) | 209.67º | 0.7% | 0.51% | - |
| XYZ | 8.11 | 8.54 | 22.34 | - |
| YUV | 76.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 130 | 0.70 | 0.35 | 0 | 0.49 | 209.67 | 0.54 | 0.33 |
| Hex | 27 | 55 | 82 | 46 | 23 | 0 | 31 | D2 | 36 | 21 |
| Octal | 47 | 125 | 202 | 106 | 43 | 0 | 61 | 322 | 66 | 41 |
| Binary | 100111 | 1010101 | 10000010 | 1000110 | 100011 | 0 | 110001 | 11010010 | 110110 | 100001 |
Color Harmonies of #275582
Complementary color
Monochromatic Colors of #275582
Black with #275582
Text Example
Text Example
White with #275582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275582; }
p { color: rgb(39,85,130); }
H1.HeaderClassName
{
color: #275582;
}
.AnyTagClassName
{
color: #275582;
}
</style>
background-color css
<style>
a { background-color: #275582; }
a { background-color: rgb(39,85,130); }
div.DivClassName
{
background-color: #275582;
}
.BgClassName
{
background-color: #275582;
}
</style>
border-color css
<style>
span { border-color: #275582; }
span { border-color: rgb(39,85,130); }
td.TdClassName
{
border-color: #275582;
}
.TagClassName
{
border-color: #275582;
}
</style>