Shades of Bahama Blue #255482
Tints of Bahama Blue #255482
RGB
CMYK
RGB Variations
Color information
#255482 (or 0x255482) is known color: Bahama Blue. HEX triplet: 25, 54 and 82. RGB value is (37,84,130). Sum of RGB (Red+Green+Blue) = 37+84+130=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #255482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255482 is #DAAB7D. Grayscale: #4A4A4A. Windows color (decimal): -14330750 or 8541221. OLE color: 8541221.
HSL color Cylindrical-coordinate representation of color #255482: hue angle of 209.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255482 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 84 | 130 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.49 |
| HSL | 209.68º | 0.56% | 0.33% | - |
| HSV(B) | 209.68º | 0.72% | 0.51% | - |
| XYZ | 7.96 | 8.35 | 22.31 | - |
| YUV | 75.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 130 | 0.72 | 0.35 | 0 | 0.49 | 209.68 | 0.56 | 0.33 |
| Hex | 25 | 54 | 82 | 48 | 23 | 0 | 31 | D2 | 38 | 21 |
| Octal | 45 | 124 | 202 | 110 | 43 | 0 | 61 | 322 | 70 | 41 |
| Binary | 100101 | 1010100 | 10000010 | 1001000 | 100011 | 0 | 110001 | 11010010 | 111000 | 100001 |
Color Harmonies of #255482
Complementary color
Monochromatic Colors of #255482
Black with #255482
Text Example
Text Example
White with #255482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255482; }
p { color: rgb(37,84,130); }
H1.HeaderClassName
{
color: #255482;
}
.AnyTagClassName
{
color: #255482;
}
</style>
background-color css
<style>
a { background-color: #255482; }
a { background-color: rgb(37,84,130); }
div.DivClassName
{
background-color: #255482;
}
.BgClassName
{
background-color: #255482;
}
</style>
border-color css
<style>
span { border-color: #255482; }
span { border-color: rgb(37,84,130); }
td.TdClassName
{
border-color: #255482;
}
.TagClassName
{
border-color: #255482;
}
</style>