Shades of Bahama Blue #225A84
Tints of Bahama Blue #225A84
RGB
CMYK
RGB Variations
Color information
#225A84 (or 0x225A84) is known color: Bahama Blue. HEX triplet: 22, 5A and 84. RGB value is (34,90,132). Sum of RGB (Red+Green+Blue) = 34+90+132=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #225A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A84 is #DDA57B. Grayscale: #4D4D4D. Windows color (decimal): -14525820 or 8673826. OLE color: 8673826.
HSL color Cylindrical-coordinate representation of color #225A84: hue angle of 205.71º 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 #225A84 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 90 | 132 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.48 |
| HSL | 205.71º | 0.59% | 0.33% | - |
| HSV(B) | 205.71º | 0.74% | 0.52% | - |
| XYZ | 8.48 | 9.32 | 23.18 | - |
| YUV | 78.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 132 | 0.74 | 0.32 | 0 | 0.48 | 205.71 | 0.59 | 0.33 |
| Hex | 22 | 5A | 84 | 4A | 20 | 0 | 30 | CE | 3B | 21 |
| Octal | 42 | 132 | 204 | 112 | 40 | 0 | 60 | 316 | 73 | 41 |
| Binary | 100010 | 1011010 | 10000100 | 1001010 | 100000 | 0 | 110000 | 11001110 | 111011 | 100001 |
Color Harmonies of #225A84
Complementary color
Monochromatic Colors of #225A84
Black with #225A84
Text Example
Text Example
White with #225A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A84; }
p { color: rgb(34,90,132); }
H1.HeaderClassName
{
color: #225A84;
}
.AnyTagClassName
{
color: #225A84;
}
</style>
background-color css
<style>
a { background-color: #225A84; }
a { background-color: rgb(34,90,132); }
div.DivClassName
{
background-color: #225A84;
}
.BgClassName
{
background-color: #225A84;
}
</style>
border-color css
<style>
span { border-color: #225A84; }
span { border-color: rgb(34,90,132); }
td.TdClassName
{
border-color: #225A84;
}
.TagClassName
{
border-color: #225A84;
}
</style>