Shades of Bahama Blue #256184
Tints of Bahama Blue #256184
RGB
CMYK
RGB Variations
Color information
#256184 (or 0x256184) is known color: Bahama Blue. HEX triplet: 25, 61 and 84. RGB value is (37,97,132). Sum of RGB (Red+Green+Blue) = 37+97+132=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #256184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256184 is #DA9E7B. Grayscale: #525252. Windows color (decimal): -14327420 or 8675621. OLE color: 8675621.
HSL color Cylindrical-coordinate representation of color #256184: hue angle of 202.11º 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 #256184 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 97 | 132 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.48 |
| HSL | 202.11º | 0.56% | 0.33% | - |
| HSV(B) | 202.11º | 0.72% | 0.52% | - |
| XYZ | 9.2 | 10.61 | 23.39 | - |
| YUV | 83.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 132 | 0.72 | 0.27 | 0 | 0.48 | 202.11 | 0.56 | 0.33 |
| Hex | 25 | 61 | 84 | 48 | 1B | 0 | 30 | CA | 38 | 21 |
| Octal | 45 | 141 | 204 | 110 | 33 | 0 | 60 | 312 | 70 | 41 |
| Binary | 100101 | 1100001 | 10000100 | 1001000 | 11011 | 0 | 110000 | 11001010 | 111000 | 100001 |
Color Harmonies of #256184
Complementary color
Monochromatic Colors of #256184
Black with #256184
Text Example
Text Example
White with #256184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256184; }
p { color: rgb(37,97,132); }
H1.HeaderClassName
{
color: #256184;
}
.AnyTagClassName
{
color: #256184;
}
</style>
background-color css
<style>
a { background-color: #256184; }
a { background-color: rgb(37,97,132); }
div.DivClassName
{
background-color: #256184;
}
.BgClassName
{
background-color: #256184;
}
</style>
border-color css
<style>
span { border-color: #256184; }
span { border-color: rgb(37,97,132); }
td.TdClassName
{
border-color: #256184;
}
.TagClassName
{
border-color: #256184;
}
</style>