Shades of Bahama Blue #225485
Tints of Bahama Blue #225485
RGB
CMYK
RGB Variations
Color information
#225485 (or 0x225485) is known color: Bahama Blue. HEX triplet: 22, 54 and 85. RGB value is (34,84,133). Sum of RGB (Red+Green+Blue) = 34+84+133=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #225485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225485 is #DDAB7A. Grayscale: #4A4A4A. Windows color (decimal): -14527355 or 8737826. OLE color: 8737826.
HSL color Cylindrical-coordinate representation of color #225485: hue angle of 209.7º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225485 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 84 | 133 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.48 |
| HSL | 209.7º | 0.59% | 0.33% | - |
| HSV(B) | 209.7º | 0.74% | 0.52% | - |
| XYZ | 8.06 | 8.37 | 23.38 | - |
| YUV | 74.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 133 | 0.74 | 0.37 | 0 | 0.48 | 209.7 | 0.59 | 0.33 |
| Hex | 22 | 54 | 85 | 4A | 25 | 0 | 30 | D2 | 3B | 21 |
| Octal | 42 | 124 | 205 | 112 | 45 | 0 | 60 | 322 | 73 | 41 |
| Binary | 100010 | 1010100 | 10000101 | 1001010 | 100101 | 0 | 110000 | 11010010 | 111011 | 100001 |
Color Harmonies of #225485
Complementary color
Monochromatic Colors of #225485
Black with #225485
Text Example
Text Example
White with #225485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225485; }
p { color: rgb(34,84,133); }
H1.HeaderClassName
{
color: #225485;
}
.AnyTagClassName
{
color: #225485;
}
</style>
background-color css
<style>
a { background-color: #225485; }
a { background-color: rgb(34,84,133); }
div.DivClassName
{
background-color: #225485;
}
.BgClassName
{
background-color: #225485;
}
</style>
border-color css
<style>
span { border-color: #225485; }
span { border-color: rgb(34,84,133); }
td.TdClassName
{
border-color: #225485;
}
.TagClassName
{
border-color: #225485;
}
</style>