Shades of Bahama Blue #224E7C
Tints of Bahama Blue #224E7C
RGB
CMYK
RGB Variations
Color information
#224E7C (or 0x224E7C) is known color: Bahama Blue. HEX triplet: 22, 4E and 7C. RGB value is (34,78,124). Sum of RGB (Red+Green+Blue) = 34+78+124=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #224E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E7C is #DDB183. Grayscale: #454545. Windows color (decimal): -14528900 or 8146466. OLE color: 8146466.
HSL color Cylindrical-coordinate representation of color #224E7C: hue angle of 210.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224E7C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 78 | 124 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.51 |
| HSL | 210.67º | 0.57% | 0.31% | - |
| HSV(B) | 210.67º | 0.73% | 0.49% | - |
| XYZ | 7.02 | 7.24 | 20.1 | - |
| YUV | 70.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 124 | 0.73 | 0.37 | 0 | 0.51 | 210.67 | 0.57 | 0.31 |
| Hex | 22 | 4E | 7C | 49 | 25 | 0 | 33 | D3 | 39 | 1F |
| Octal | 42 | 116 | 174 | 111 | 45 | 0 | 63 | 323 | 71 | 37 |
| Binary | 100010 | 1001110 | 1111100 | 1001001 | 100101 | 0 | 110011 | 11010011 | 111001 | 11111 |
Color Harmonies of #224E7C
Complementary color
Monochromatic Colors of #224E7C
Black with #224E7C
Text Example
Text Example
White with #224E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E7C; }
p { color: rgb(34,78,124); }
H1.HeaderClassName
{
color: #224E7C;
}
.AnyTagClassName
{
color: #224E7C;
}
</style>
background-color css
<style>
a { background-color: #224E7C; }
a { background-color: rgb(34,78,124); }
div.DivClassName
{
background-color: #224E7C;
}
.BgClassName
{
background-color: #224E7C;
}
</style>
border-color css
<style>
span { border-color: #224E7C; }
span { border-color: rgb(34,78,124); }
td.TdClassName
{
border-color: #224E7C;
}
.TagClassName
{
border-color: #224E7C;
}
</style>