Shades of Bahama Blue #255282
Tints of Bahama Blue #255282
RGB
CMYK
RGB Variations
Color information
#255282 (or 0x255282) is known color: Bahama Blue. HEX triplet: 25, 52 and 82. RGB value is (37,82,130). Sum of RGB (Red+Green+Blue) = 37+82+130=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #255282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255282 is #DAAD7D. Grayscale: #494949. Windows color (decimal): -14331262 or 8540709. OLE color: 8540709.
HSL color Cylindrical-coordinate representation of color #255282: hue angle of 210.97º 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 #255282 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 82 | 130 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.49 |
| HSL | 210.97º | 0.56% | 0.33% | - |
| HSV(B) | 210.97º | 0.72% | 0.51% | - |
| XYZ | 7.81 | 8.04 | 22.26 | - |
| YUV | 74.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 130 | 0.72 | 0.37 | 0 | 0.49 | 210.97 | 0.56 | 0.33 |
| Hex | 25 | 52 | 82 | 48 | 25 | 0 | 31 | D3 | 38 | 21 |
| Octal | 45 | 122 | 202 | 110 | 45 | 0 | 61 | 323 | 70 | 41 |
| Binary | 100101 | 1010010 | 10000010 | 1001000 | 100101 | 0 | 110001 | 11010011 | 111000 | 100001 |
Color Harmonies of #255282
Complementary color
Monochromatic Colors of #255282
Black with #255282
Text Example
Text Example
White with #255282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255282; }
p { color: rgb(37,82,130); }
H1.HeaderClassName
{
color: #255282;
}
.AnyTagClassName
{
color: #255282;
}
</style>
background-color css
<style>
a { background-color: #255282; }
a { background-color: rgb(37,82,130); }
div.DivClassName
{
background-color: #255282;
}
.BgClassName
{
background-color: #255282;
}
</style>
border-color css
<style>
span { border-color: #255282; }
span { border-color: rgb(37,82,130); }
td.TdClassName
{
border-color: #255282;
}
.TagClassName
{
border-color: #255282;
}
</style>