Shades of Bahama Blue #225885
Tints of Bahama Blue #225885
RGB
CMYK
RGB Variations
Color information
#225885 (or 0x225885) is known color: Bahama Blue. HEX triplet: 22, 58 and 85. RGB value is (34,88,133). Sum of RGB (Red+Green+Blue) = 34+88+133=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #225885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225885 is #DDA77A. Grayscale: #4C4C4C. Windows color (decimal): -14526331 or 8738850. OLE color: 8738850.
HSL color Cylindrical-coordinate representation of color #225885: hue angle of 207.27º 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 #225885 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 88 | 133 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.48 |
| HSL | 207.27º | 0.59% | 0.33% | - |
| HSV(B) | 207.27º | 0.74% | 0.52% | - |
| XYZ | 8.38 | 9.01 | 23.49 | - |
| YUV | 76.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 133 | 0.74 | 0.34 | 0 | 0.48 | 207.27 | 0.59 | 0.33 |
| Hex | 22 | 58 | 85 | 4A | 22 | 0 | 30 | CF | 3B | 21 |
| Octal | 42 | 130 | 205 | 112 | 42 | 0 | 60 | 317 | 73 | 41 |
| Binary | 100010 | 1011000 | 10000101 | 1001010 | 100010 | 0 | 110000 | 11001111 | 111011 | 100001 |
Color Harmonies of #225885
Complementary color
Monochromatic Colors of #225885
Black with #225885
Text Example
Text Example
White with #225885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225885; }
p { color: rgb(34,88,133); }
H1.HeaderClassName
{
color: #225885;
}
.AnyTagClassName
{
color: #225885;
}
</style>
background-color css
<style>
a { background-color: #225885; }
a { background-color: rgb(34,88,133); }
div.DivClassName
{
background-color: #225885;
}
.BgClassName
{
background-color: #225885;
}
</style>
border-color css
<style>
span { border-color: #225885; }
span { border-color: rgb(34,88,133); }
td.TdClassName
{
border-color: #225885;
}
.TagClassName
{
border-color: #225885;
}
</style>