Shades of Bahama Blue #22507A
Tints of Bahama Blue #22507A
RGB
CMYK
RGB Variations
Color information
#22507A (or 0x22507A) is known color: Bahama Blue. HEX triplet: 22, 50 and 7A. RGB value is (34,80,122). Sum of RGB (Red+Green+Blue) = 34+80+122=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #22507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22507A is #DDAF85. Grayscale: #464646. Windows color (decimal): -14528390 or 8015906. OLE color: 8015906.
HSL color Cylindrical-coordinate representation of color #22507A: hue angle of 208.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22507A is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 80 | 122 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.52 |
| HSL | 208.64º | 0.56% | 0.31% | - |
| HSV(B) | 208.64º | 0.72% | 0.48% | - |
| XYZ | 7.04 | 7.48 | 19.49 | - |
| YUV | 71.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 122 | 0.72 | 0.34 | 0 | 0.52 | 208.64 | 0.56 | 0.31 |
| Hex | 22 | 50 | 7A | 48 | 22 | 0 | 34 | D1 | 38 | 1F |
| Octal | 42 | 120 | 172 | 110 | 42 | 0 | 64 | 321 | 70 | 37 |
| Binary | 100010 | 1010000 | 1111010 | 1001000 | 100010 | 0 | 110100 | 11010001 | 111000 | 11111 |
Color Harmonies of #22507A
Complementary color
Monochromatic Colors of #22507A
Black with #22507A
Text Example
Text Example
White with #22507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22507A; }
p { color: rgb(34,80,122); }
H1.HeaderClassName
{
color: #22507A;
}
.AnyTagClassName
{
color: #22507A;
}
</style>
background-color css
<style>
a { background-color: #22507A; }
a { background-color: rgb(34,80,122); }
div.DivClassName
{
background-color: #22507A;
}
.BgClassName
{
background-color: #22507A;
}
</style>
border-color css
<style>
span { border-color: #22507A; }
span { border-color: rgb(34,80,122); }
td.TdClassName
{
border-color: #22507A;
}
.TagClassName
{
border-color: #22507A;
}
</style>