Shades of Bahama Blue #255A84
Tints of Bahama Blue #255A84
RGB
CMYK
RGB Variations
Color information
#255A84 (or 0x255A84) is known color: Bahama Blue. HEX triplet: 25, 5A and 84. RGB value is (37,90,132). Sum of RGB (Red+Green+Blue) = 37+90+132=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #255A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A84 is #DAA57B. Grayscale: #4E4E4E. Windows color (decimal): -14329212 or 8673829. OLE color: 8673829.
HSL color Cylindrical-coordinate representation of color #255A84: hue angle of 206.53º 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 #255A84 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 90 | 132 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.48 |
| HSL | 206.53º | 0.56% | 0.33% | - |
| HSV(B) | 206.53º | 0.72% | 0.52% | - |
| XYZ | 8.58 | 9.37 | 23.19 | - |
| YUV | 78.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 132 | 0.72 | 0.32 | 0 | 0.48 | 206.53 | 0.56 | 0.33 |
| Hex | 25 | 5A | 84 | 48 | 20 | 0 | 30 | CF | 38 | 21 |
| Octal | 45 | 132 | 204 | 110 | 40 | 0 | 60 | 317 | 70 | 41 |
| Binary | 100101 | 1011010 | 10000100 | 1001000 | 100000 | 0 | 110000 | 11001111 | 111000 | 100001 |
Color Harmonies of #255A84
Complementary color
Monochromatic Colors of #255A84
Black with #255A84
Text Example
Text Example
White with #255A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A84; }
p { color: rgb(37,90,132); }
H1.HeaderClassName
{
color: #255A84;
}
.AnyTagClassName
{
color: #255A84;
}
</style>
background-color css
<style>
a { background-color: #255A84; }
a { background-color: rgb(37,90,132); }
div.DivClassName
{
background-color: #255A84;
}
.BgClassName
{
background-color: #255A84;
}
</style>
border-color css
<style>
span { border-color: #255A84; }
span { border-color: rgb(37,90,132); }
td.TdClassName
{
border-color: #255A84;
}
.TagClassName
{
border-color: #255A84;
}
</style>