Shades of Bahama Blue #255D84
Tints of Bahama Blue #255D84
RGB
CMYK
RGB Variations
Color information
#255D84 (or 0x255D84) is known color: Bahama Blue. HEX triplet: 25, 5D and 84. RGB value is (37,93,132). Sum of RGB (Red+Green+Blue) = 37+93+132=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #255D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D84 is #DAA27B. Grayscale: #505050. Windows color (decimal): -14328444 or 8674597. OLE color: 8674597.
HSL color Cylindrical-coordinate representation of color #255D84: hue angle of 204.63º 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 #255D84 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 93 | 132 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.48 |
| HSL | 204.63º | 0.56% | 0.33% | - |
| HSV(B) | 204.63º | 0.72% | 0.52% | - |
| XYZ | 8.84 | 9.89 | 23.27 | - |
| YUV | 80.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 132 | 0.72 | 0.30 | 0 | 0.48 | 204.63 | 0.56 | 0.33 |
| Hex | 25 | 5D | 84 | 48 | 1E | 0 | 30 | CD | 38 | 21 |
| Octal | 45 | 135 | 204 | 110 | 36 | 0 | 60 | 315 | 70 | 41 |
| Binary | 100101 | 1011101 | 10000100 | 1001000 | 11110 | 0 | 110000 | 11001101 | 111000 | 100001 |
Color Harmonies of #255D84
Complementary color
Monochromatic Colors of #255D84
Black with #255D84
Text Example
Text Example
White with #255D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D84; }
p { color: rgb(37,93,132); }
H1.HeaderClassName
{
color: #255D84;
}
.AnyTagClassName
{
color: #255D84;
}
</style>
background-color css
<style>
a { background-color: #255D84; }
a { background-color: rgb(37,93,132); }
div.DivClassName
{
background-color: #255D84;
}
.BgClassName
{
background-color: #255D84;
}
</style>
border-color css
<style>
span { border-color: #255D84; }
span { border-color: rgb(37,93,132); }
td.TdClassName
{
border-color: #255D84;
}
.TagClassName
{
border-color: #255D84;
}
</style>