Shades of Bahama Blue #225986
Tints of Bahama Blue #225986
RGB
CMYK
RGB Variations
Color information
#225986 (or 0x225986) is known color: Bahama Blue. HEX triplet: 22, 59 and 86. RGB value is (34,89,134). Sum of RGB (Red+Green+Blue) = 34+89+134=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #225986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225986 is #DDA679. Grayscale: #4D4D4D. Windows color (decimal): -14526074 or 8804642. OLE color: 8804642.
HSL color Cylindrical-coordinate representation of color #225986: hue angle of 207º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225986 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 89 | 134 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.47 |
| HSL | 207º | 0.6% | 0.33% | - |
| HSV(B) | 207º | 0.75% | 0.53% | - |
| XYZ | 8.54 | 9.21 | 23.88 | - |
| YUV | 77.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 134 | 0.75 | 0.34 | 0 | 0.47 | 207 | 0.6 | 0.33 |
| Hex | 22 | 59 | 86 | 4B | 22 | 0 | 2F | CF | 3C | 21 |
| Octal | 42 | 131 | 206 | 113 | 42 | 0 | 57 | 317 | 74 | 41 |
| Binary | 100010 | 1011001 | 10000110 | 1001011 | 100010 | 0 | 101111 | 11001111 | 111100 | 100001 |
Color Harmonies of #225986
Complementary color
Monochromatic Colors of #225986
Black with #225986
Text Example
Text Example
White with #225986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225986; }
p { color: rgb(34,89,134); }
H1.HeaderClassName
{
color: #225986;
}
.AnyTagClassName
{
color: #225986;
}
</style>
background-color css
<style>
a { background-color: #225986; }
a { background-color: rgb(34,89,134); }
div.DivClassName
{
background-color: #225986;
}
.BgClassName
{
background-color: #225986;
}
</style>
border-color css
<style>
span { border-color: #225986; }
span { border-color: rgb(34,89,134); }
td.TdClassName
{
border-color: #225986;
}
.TagClassName
{
border-color: #225986;
}
</style>