Shades of Bahama Blue #256384
Tints of Bahama Blue #256384
RGB
CMYK
RGB Variations
Color information
#256384 (or 0x256384) is known color: Bahama Blue. HEX triplet: 25, 63 and 84. RGB value is (37,99,132). Sum of RGB (Red+Green+Blue) = 37+99+132=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #256384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256384 is #DA9C7B. Grayscale: #545454. Windows color (decimal): -14326908 or 8676133. OLE color: 8676133.
HSL color Cylindrical-coordinate representation of color #256384: hue angle of 200.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256384 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 99 | 132 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.48 |
| HSL | 200.84º | 0.56% | 0.33% | - |
| HSV(B) | 200.84º | 0.72% | 0.52% | - |
| XYZ | 9.39 | 10.98 | 23.45 | - |
| YUV | 84.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 132 | 0.72 | 0.25 | 0 | 0.48 | 200.84 | 0.56 | 0.33 |
| Hex | 25 | 63 | 84 | 48 | 19 | 0 | 30 | C9 | 38 | 21 |
| Octal | 45 | 143 | 204 | 110 | 31 | 0 | 60 | 311 | 70 | 41 |
| Binary | 100101 | 1100011 | 10000100 | 1001000 | 11001 | 0 | 110000 | 11001001 | 111000 | 100001 |
Color Harmonies of #256384
Complementary color
Monochromatic Colors of #256384
Black with #256384
Text Example
Text Example
White with #256384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256384; }
p { color: rgb(37,99,132); }
H1.HeaderClassName
{
color: #256384;
}
.AnyTagClassName
{
color: #256384;
}
</style>
background-color css
<style>
a { background-color: #256384; }
a { background-color: rgb(37,99,132); }
div.DivClassName
{
background-color: #256384;
}
.BgClassName
{
background-color: #256384;
}
</style>
border-color css
<style>
span { border-color: #256384; }
span { border-color: rgb(37,99,132); }
td.TdClassName
{
border-color: #256384;
}
.TagClassName
{
border-color: #256384;
}
</style>