Shades of Bahama Blue #255E84
Tints of Bahama Blue #255E84
RGB
CMYK
RGB Variations
Color information
#255E84 (or 0x255E84) is known color: Bahama Blue. HEX triplet: 25, 5E and 84. RGB value is (37,94,132). Sum of RGB (Red+Green+Blue) = 37+94+132=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 94 (37.11% from 255 or 35.74% 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 #255E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E84 is #DAA17B. Grayscale: #515151. Windows color (decimal): -14328188 or 8674853. OLE color: 8674853.
HSL color Cylindrical-coordinate representation of color #255E84: hue angle of 204º 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 #255E84 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 94 | 132 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.48 |
| HSL | 204º | 0.56% | 0.33% | - |
| HSV(B) | 204º | 0.72% | 0.52% | - |
| XYZ | 8.93 | 10.06 | 23.3 | - |
| YUV | 81.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 132 | 0.72 | 0.29 | 0 | 0.48 | 204 | 0.56 | 0.33 |
| Hex | 25 | 5E | 84 | 48 | 1D | 0 | 30 | CC | 38 | 21 |
| Octal | 45 | 136 | 204 | 110 | 35 | 0 | 60 | 314 | 70 | 41 |
| Binary | 100101 | 1011110 | 10000100 | 1001000 | 11101 | 0 | 110000 | 11001100 | 111000 | 100001 |
Color Harmonies of #255E84
Complementary color
Monochromatic Colors of #255E84
Black with #255E84
Text Example
Text Example
White with #255E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E84; }
p { color: rgb(37,94,132); }
H1.HeaderClassName
{
color: #255E84;
}
.AnyTagClassName
{
color: #255E84;
}
</style>
background-color css
<style>
a { background-color: #255E84; }
a { background-color: rgb(37,94,132); }
div.DivClassName
{
background-color: #255E84;
}
.BgClassName
{
background-color: #255E84;
}
</style>
border-color css
<style>
span { border-color: #255E84; }
span { border-color: rgb(37,94,132); }
td.TdClassName
{
border-color: #255E84;
}
.TagClassName
{
border-color: #255E84;
}
</style>