Shades of Bahama Blue #255182
Tints of Bahama Blue #255182
RGB
CMYK
RGB Variations
Color information
#255182 (or 0x255182) is known color: Bahama Blue. HEX triplet: 25, 51 and 82. RGB value is (37,81,130). Sum of RGB (Red+Green+Blue) = 37+81+130=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #255182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255182 is #DAAE7D. Grayscale: #494949. Windows color (decimal): -14331518 or 8540453. OLE color: 8540453.
HSL color Cylindrical-coordinate representation of color #255182: hue angle of 211.61º 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 #255182 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 81 | 130 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.49 |
| HSL | 211.61º | 0.56% | 0.33% | - |
| HSV(B) | 211.61º | 0.72% | 0.51% | - |
| XYZ | 7.73 | 7.89 | 22.23 | - |
| YUV | 73.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 130 | 0.72 | 0.38 | 0 | 0.49 | 211.61 | 0.56 | 0.33 |
| Hex | 25 | 51 | 82 | 48 | 26 | 0 | 31 | D4 | 38 | 21 |
| Octal | 45 | 121 | 202 | 110 | 46 | 0 | 61 | 324 | 70 | 41 |
| Binary | 100101 | 1010001 | 10000010 | 1001000 | 100110 | 0 | 110001 | 11010100 | 111000 | 100001 |
Color Harmonies of #255182
Complementary color
Monochromatic Colors of #255182
Black with #255182
Text Example
Text Example
White with #255182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255182; }
p { color: rgb(37,81,130); }
H1.HeaderClassName
{
color: #255182;
}
.AnyTagClassName
{
color: #255182;
}
</style>
background-color css
<style>
a { background-color: #255182; }
a { background-color: rgb(37,81,130); }
div.DivClassName
{
background-color: #255182;
}
.BgClassName
{
background-color: #255182;
}
</style>
border-color css
<style>
span { border-color: #255182; }
span { border-color: rgb(37,81,130); }
td.TdClassName
{
border-color: #255182;
}
.TagClassName
{
border-color: #255182;
}
</style>