Shades of Bahama Blue #256388
Tints of Bahama Blue #256388
RGB
CMYK
RGB Variations
Color information
#256388 (or 0x256388) is known color: Bahama Blue. HEX triplet: 25, 63 and 88. RGB value is (37,99,136). Sum of RGB (Red+Green+Blue) = 37+99+136=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #256388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256388 is #DA9C77. Grayscale: #545454. Windows color (decimal): -14326904 or 8938277. OLE color: 8938277.
HSL color Cylindrical-coordinate representation of color #256388: hue angle of 202.42º 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 #256388 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 99 | 136 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.47 |
| HSL | 202.42º | 0.57% | 0.34% | - |
| HSV(B) | 202.42º | 0.73% | 0.53% | - |
| XYZ | 9.67 | 11.09 | 24.92 | - |
| YUV | 84.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 136 | 0.73 | 0.27 | 0 | 0.47 | 202.42 | 0.57 | 0.34 |
| Hex | 25 | 63 | 88 | 49 | 1B | 0 | 2F | CA | 39 | 22 |
| Octal | 45 | 143 | 210 | 111 | 33 | 0 | 57 | 312 | 71 | 42 |
| Binary | 100101 | 1100011 | 10001000 | 1001001 | 11011 | 0 | 101111 | 11001010 | 111001 | 100010 |
Color Harmonies of #256388
Complementary color
Monochromatic Colors of #256388
Black with #256388
Text Example
Text Example
White with #256388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256388; }
p { color: rgb(37,99,136); }
H1.HeaderClassName
{
color: #256388;
}
.AnyTagClassName
{
color: #256388;
}
</style>
background-color css
<style>
a { background-color: #256388; }
a { background-color: rgb(37,99,136); }
div.DivClassName
{
background-color: #256388;
}
.BgClassName
{
background-color: #256388;
}
</style>
border-color css
<style>
span { border-color: #256388; }
span { border-color: rgb(37,99,136); }
td.TdClassName
{
border-color: #256388;
}
.TagClassName
{
border-color: #256388;
}
</style>