Shades of Bahama Blue #255584
Tints of Bahama Blue #255584
RGB
CMYK
RGB Variations
Color information
#255584 (or 0x255584) is known color: Bahama Blue. HEX triplet: 25, 55 and 84. RGB value is (37,85,132). Sum of RGB (Red+Green+Blue) = 37+85+132=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #255584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255584 is #DAAA7B. Grayscale: #4B4B4B. Windows color (decimal): -14330492 or 8672549. OLE color: 8672549.
HSL color Cylindrical-coordinate representation of color #255584: hue angle of 209.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255584 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 85 | 132 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.48 |
| HSL | 209.68º | 0.56% | 0.33% | - |
| HSV(B) | 209.68º | 0.72% | 0.52% | - |
| XYZ | 8.18 | 8.56 | 23.05 | - |
| YUV | 76.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 132 | 0.72 | 0.36 | 0 | 0.48 | 209.68 | 0.56 | 0.33 |
| Hex | 25 | 55 | 84 | 48 | 24 | 0 | 30 | D2 | 38 | 21 |
| Octal | 45 | 125 | 204 | 110 | 44 | 0 | 60 | 322 | 70 | 41 |
| Binary | 100101 | 1010101 | 10000100 | 1001000 | 100100 | 0 | 110000 | 11010010 | 111000 | 100001 |
Color Harmonies of #255584
Complementary color
Monochromatic Colors of #255584
Black with #255584
Text Example
Text Example
White with #255584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255584; }
p { color: rgb(37,85,132); }
H1.HeaderClassName
{
color: #255584;
}
.AnyTagClassName
{
color: #255584;
}
</style>
background-color css
<style>
a { background-color: #255584; }
a { background-color: rgb(37,85,132); }
div.DivClassName
{
background-color: #255584;
}
.BgClassName
{
background-color: #255584;
}
</style>
border-color css
<style>
span { border-color: #255584; }
span { border-color: rgb(37,85,132); }
td.TdClassName
{
border-color: #255584;
}
.TagClassName
{
border-color: #255584;
}
</style>