Shades of Bahama Blue #225982
Tints of Bahama Blue #225982
RGB
CMYK
RGB Variations
Color information
#225982 (or 0x225982) is known color: Bahama Blue. HEX triplet: 22, 59 and 82. RGB value is (34,89,130). Sum of RGB (Red+Green+Blue) = 34+89+130=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #225982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225982 is #DDA67D. Grayscale: #4D4D4D. Windows color (decimal): -14526078 or 8542498. OLE color: 8542498.
HSL color Cylindrical-coordinate representation of color #225982: hue angle of 205.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225982 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 89 | 130 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.49 |
| HSL | 205.63º | 0.59% | 0.32% | - |
| HSV(B) | 205.63º | 0.74% | 0.51% | - |
| XYZ | 8.26 | 9.1 | 22.44 | - |
| YUV | 77.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 130 | 0.74 | 0.32 | 0 | 0.49 | 205.63 | 0.59 | 0.32 |
| Hex | 22 | 59 | 82 | 4A | 20 | 0 | 31 | CE | 3B | 20 |
| Octal | 42 | 131 | 202 | 112 | 40 | 0 | 61 | 316 | 73 | 40 |
| Binary | 100010 | 1011001 | 10000010 | 1001010 | 100000 | 0 | 110001 | 11001110 | 111011 | 100000 |
Color Harmonies of #225982
Complementary color
Monochromatic Colors of #225982
Black with #225982
Text Example
Text Example
White with #225982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225982; }
p { color: rgb(34,89,130); }
H1.HeaderClassName
{
color: #225982;
}
.AnyTagClassName
{
color: #225982;
}
</style>
background-color css
<style>
a { background-color: #225982; }
a { background-color: rgb(34,89,130); }
div.DivClassName
{
background-color: #225982;
}
.BgClassName
{
background-color: #225982;
}
</style>
border-color css
<style>
span { border-color: #225982; }
span { border-color: rgb(34,89,130); }
td.TdClassName
{
border-color: #225982;
}
.TagClassName
{
border-color: #225982;
}
</style>