Shades of Bahama Blue #255D82
Tints of Bahama Blue #255D82
RGB
CMYK
RGB Variations
Color information
#255D82 (or 0x255D82) is known color: Bahama Blue. HEX triplet: 25, 5D and 82. RGB value is (37,93,130). Sum of RGB (Red+Green+Blue) = 37+93+130=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #255D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D82 is #DAA27D. Grayscale: #505050. Windows color (decimal): -14328446 or 8543525. OLE color: 8543525.
HSL color Cylindrical-coordinate representation of color #255D82: hue angle of 203.87º 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 #255D82 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 93 | 130 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.49 |
| HSL | 203.87º | 0.56% | 0.33% | - |
| HSV(B) | 203.87º | 0.72% | 0.51% | - |
| XYZ | 8.71 | 9.83 | 22.56 | - |
| YUV | 80.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 130 | 0.72 | 0.28 | 0 | 0.49 | 203.87 | 0.56 | 0.33 |
| Hex | 25 | 5D | 82 | 48 | 1C | 0 | 31 | CC | 38 | 21 |
| Octal | 45 | 135 | 202 | 110 | 34 | 0 | 61 | 314 | 70 | 41 |
| Binary | 100101 | 1011101 | 10000010 | 1001000 | 11100 | 0 | 110001 | 11001100 | 111000 | 100001 |
Color Harmonies of #255D82
Complementary color
Monochromatic Colors of #255D82
Black with #255D82
Text Example
Text Example
White with #255D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D82; }
p { color: rgb(37,93,130); }
H1.HeaderClassName
{
color: #255D82;
}
.AnyTagClassName
{
color: #255D82;
}
</style>
background-color css
<style>
a { background-color: #255D82; }
a { background-color: rgb(37,93,130); }
div.DivClassName
{
background-color: #255D82;
}
.BgClassName
{
background-color: #255D82;
}
</style>
border-color css
<style>
span { border-color: #255D82; }
span { border-color: rgb(37,93,130); }
td.TdClassName
{
border-color: #255D82;
}
.TagClassName
{
border-color: #255D82;
}
</style>