Shades of Bahama Blue #256185
Tints of Bahama Blue #256185
RGB
CMYK
RGB Variations
Color information
#256185 (or 0x256185) is known color: Bahama Blue. HEX triplet: 25, 61 and 85. RGB value is (37,97,133). Sum of RGB (Red+Green+Blue) = 37+97+133=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #256185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256185 is #DA9E7A. Grayscale: #525252. Windows color (decimal): -14327419 or 8741157. OLE color: 8741157.
HSL color Cylindrical-coordinate representation of color #256185: hue angle of 202.5º 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 #256185 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 97 | 133 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.48 |
| HSL | 202.5º | 0.56% | 0.33% | - |
| HSV(B) | 202.5º | 0.72% | 0.52% | - |
| XYZ | 9.27 | 10.64 | 23.75 | - |
| YUV | 83.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 133 | 0.72 | 0.27 | 0 | 0.48 | 202.5 | 0.56 | 0.33 |
| Hex | 25 | 61 | 85 | 48 | 1B | 0 | 30 | CA | 38 | 21 |
| Octal | 45 | 141 | 205 | 110 | 33 | 0 | 60 | 312 | 70 | 41 |
| Binary | 100101 | 1100001 | 10000101 | 1001000 | 11011 | 0 | 110000 | 11001010 | 111000 | 100001 |
Color Harmonies of #256185
Complementary color
Monochromatic Colors of #256185
Black with #256185
Text Example
Text Example
White with #256185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256185; }
p { color: rgb(37,97,133); }
H1.HeaderClassName
{
color: #256185;
}
.AnyTagClassName
{
color: #256185;
}
</style>
background-color css
<style>
a { background-color: #256185; }
a { background-color: rgb(37,97,133); }
div.DivClassName
{
background-color: #256185;
}
.BgClassName
{
background-color: #256185;
}
</style>
border-color css
<style>
span { border-color: #256185; }
span { border-color: rgb(37,97,133); }
td.TdClassName
{
border-color: #256185;
}
.TagClassName
{
border-color: #256185;
}
</style>