Shades of Bahama Blue #256488
Tints of Bahama Blue #256488
RGB
CMYK
RGB Variations
Color information
#256488 (or 0x256488) is known color: Bahama Blue. HEX triplet: 25, 64 and 88. RGB value is (37,100,136). Sum of RGB (Red+Green+Blue) = 37+100+136=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #256488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256488 is #DA9B77. Grayscale: #555555. Windows color (decimal): -14326648 or 8938533. OLE color: 8938533.
HSL color Cylindrical-coordinate representation of color #256488: hue angle of 201.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256488 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 100 | 136 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.47 |
| HSL | 201.82º | 0.57% | 0.34% | - |
| HSV(B) | 201.82º | 0.73% | 0.53% | - |
| XYZ | 9.76 | 11.29 | 24.96 | - |
| YUV | 85.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 136 | 0.73 | 0.26 | 0 | 0.47 | 201.82 | 0.57 | 0.34 |
| Hex | 25 | 64 | 88 | 49 | 1A | 0 | 2F | CA | 39 | 22 |
| Octal | 45 | 144 | 210 | 111 | 32 | 0 | 57 | 312 | 71 | 42 |
| Binary | 100101 | 1100100 | 10001000 | 1001001 | 11010 | 0 | 101111 | 11001010 | 111001 | 100010 |
Color Harmonies of #256488
Complementary color
Monochromatic Colors of #256488
Black with #256488
Text Example
Text Example
White with #256488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256488; }
p { color: rgb(37,100,136); }
H1.HeaderClassName
{
color: #256488;
}
.AnyTagClassName
{
color: #256488;
}
</style>
background-color css
<style>
a { background-color: #256488; }
a { background-color: rgb(37,100,136); }
div.DivClassName
{
background-color: #256488;
}
.BgClassName
{
background-color: #256488;
}
</style>
border-color css
<style>
span { border-color: #256488; }
span { border-color: rgb(37,100,136); }
td.TdClassName
{
border-color: #256488;
}
.TagClassName
{
border-color: #256488;
}
</style>