Shades of Bahama Blue #226385
Tints of Bahama Blue #226385
RGB
CMYK
RGB Variations
Color information
#226385 (or 0x226385) is known color: Bahama Blue. HEX triplet: 22, 63 and 85. RGB value is (34,99,133). Sum of RGB (Red+Green+Blue) = 34+99+133=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #226385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226385 is #DD9C7A. Grayscale: #535353. Windows color (decimal): -14523515 or 8741666. OLE color: 8741666.
HSL color Cylindrical-coordinate representation of color #226385: hue angle of 200.61º 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 #226385 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 99 | 133 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.48 |
| HSL | 200.61º | 0.59% | 0.33% | - |
| HSV(B) | 200.61º | 0.74% | 0.52% | - |
| XYZ | 9.36 | 10.96 | 23.81 | - |
| YUV | 83.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 133 | 0.74 | 0.26 | 0 | 0.48 | 200.61 | 0.59 | 0.33 |
| Hex | 22 | 63 | 85 | 4A | 1A | 0 | 30 | C9 | 3B | 21 |
| Octal | 42 | 143 | 205 | 112 | 32 | 0 | 60 | 311 | 73 | 41 |
| Binary | 100010 | 1100011 | 10000101 | 1001010 | 11010 | 0 | 110000 | 11001001 | 111011 | 100001 |
Color Harmonies of #226385
Complementary color
Monochromatic Colors of #226385
Black with #226385
Text Example
Text Example
White with #226385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226385; }
p { color: rgb(34,99,133); }
H1.HeaderClassName
{
color: #226385;
}
.AnyTagClassName
{
color: #226385;
}
</style>
background-color css
<style>
a { background-color: #226385; }
a { background-color: rgb(34,99,133); }
div.DivClassName
{
background-color: #226385;
}
.BgClassName
{
background-color: #226385;
}
</style>
border-color css
<style>
span { border-color: #226385; }
span { border-color: rgb(34,99,133); }
td.TdClassName
{
border-color: #226385;
}
.TagClassName
{
border-color: #226385;
}
</style>