Shades of Bahama Blue #225E7F
Tints of Bahama Blue #225E7F
RGB
CMYK
RGB Variations
Color information
#225E7F (or 0x225E7F) is known color: Bahama Blue. HEX triplet: 22, 5E and 7F. RGB value is (34,94,127). Sum of RGB (Red+Green+Blue) = 34+94+127=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #225E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E7F is #DDA180. Grayscale: #4F4F4F. Windows color (decimal): -14524801 or 8347170. OLE color: 8347170.
HSL color Cylindrical-coordinate representation of color #225E7F: hue angle of 201.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #225E7F is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 94 | 127 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.50 |
| HSL | 201.29º | 0.58% | 0.32% | - |
| HSV(B) | 201.29º | 0.73% | 0.5% | - |
| XYZ | 8.49 | 9.88 | 21.54 | - |
| YUV | 79.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 127 | 0.73 | 0.26 | 0 | 0.50 | 201.29 | 0.58 | 0.32 |
| Hex | 22 | 5E | 7F | 49 | 1A | 0 | 32 | C9 | 3A | 20 |
| Octal | 42 | 136 | 177 | 111 | 32 | 0 | 62 | 311 | 72 | 40 |
| Binary | 100010 | 1011110 | 1111111 | 1001001 | 11010 | 0 | 110010 | 11001001 | 111010 | 100000 |
Color Harmonies of #225E7F
Complementary color
Monochromatic Colors of #225E7F
Black with #225E7F
Text Example
Text Example
White with #225E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E7F; }
p { color: rgb(34,94,127); }
H1.HeaderClassName
{
color: #225E7F;
}
.AnyTagClassName
{
color: #225E7F;
}
</style>
background-color css
<style>
a { background-color: #225E7F; }
a { background-color: rgb(34,94,127); }
div.DivClassName
{
background-color: #225E7F;
}
.BgClassName
{
background-color: #225E7F;
}
</style>
border-color css
<style>
span { border-color: #225E7F; }
span { border-color: rgb(34,94,127); }
td.TdClassName
{
border-color: #225E7F;
}
.TagClassName
{
border-color: #225E7F;
}
</style>