Shades of Bahama Blue #22557E
Tints of Bahama Blue #22557E
RGB
CMYK
RGB Variations
Color information
#22557E (or 0x22557E) is known color: Bahama Blue. HEX triplet: 22, 55 and 7E. RGB value is (34,85,126). Sum of RGB (Red+Green+Blue) = 34+85+126=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #22557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22557E is #DDAA81. Grayscale: #4A4A4A. Windows color (decimal): -14527106 or 8279330. OLE color: 8279330.
HSL color Cylindrical-coordinate representation of color #22557E: hue angle of 206.74º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22557E is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 85 | 126 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.51 |
| HSL | 206.74º | 0.58% | 0.31% | - |
| HSV(B) | 206.74º | 0.73% | 0.49% | - |
| XYZ | 7.67 | 8.34 | 20.94 | - |
| YUV | 74.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 126 | 0.73 | 0.33 | 0 | 0.51 | 206.74 | 0.58 | 0.31 |
| Hex | 22 | 55 | 7E | 49 | 21 | 0 | 33 | CF | 3A | 1F |
| Octal | 42 | 125 | 176 | 111 | 41 | 0 | 63 | 317 | 72 | 37 |
| Binary | 100010 | 1010101 | 1111110 | 1001001 | 100001 | 0 | 110011 | 11001111 | 111010 | 11111 |
Color Harmonies of #22557E
Complementary color
Monochromatic Colors of #22557E
Black with #22557E
Text Example
Text Example
White with #22557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22557E; }
p { color: rgb(34,85,126); }
H1.HeaderClassName
{
color: #22557E;
}
.AnyTagClassName
{
color: #22557E;
}
</style>
background-color css
<style>
a { background-color: #22557E; }
a { background-color: rgb(34,85,126); }
div.DivClassName
{
background-color: #22557E;
}
.BgClassName
{
background-color: #22557E;
}
</style>
border-color css
<style>
span { border-color: #22557E; }
span { border-color: rgb(34,85,126); }
td.TdClassName
{
border-color: #22557E;
}
.TagClassName
{
border-color: #22557E;
}
</style>