Shades of Bahama Blue #236689
Tints of Bahama Blue #236689
RGB
CMYK
RGB Variations
Color information
#236689 (or 0x236689) is known color: Bahama Blue. HEX triplet: 23, 66 and 89. RGB value is (35,102,137). Sum of RGB (Red+Green+Blue) = 35+102+137=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #236689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236689 is #DC9976. Grayscale: #555555. Windows color (decimal): -14457207 or 9004579. OLE color: 9004579.
HSL color Cylindrical-coordinate representation of color #236689: hue angle of 200.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236689 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 102 | 137 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.46 |
| HSL | 200.59º | 0.59% | 0.34% | - |
| HSV(B) | 200.59º | 0.74% | 0.54% | - |
| XYZ | 9.96 | 11.67 | 25.39 | - |
| YUV | 85.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 137 | 0.74 | 0.26 | 0 | 0.46 | 200.59 | 0.59 | 0.34 |
| Hex | 23 | 66 | 89 | 4A | 1A | 0 | 2E | C9 | 3B | 22 |
| Octal | 43 | 146 | 211 | 112 | 32 | 0 | 56 | 311 | 73 | 42 |
| Binary | 100011 | 1100110 | 10001001 | 1001010 | 11010 | 0 | 101110 | 11001001 | 111011 | 100010 |
Color Harmonies of #236689
Complementary color
Monochromatic Colors of #236689
Black with #236689
Text Example
Text Example
White with #236689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236689; }
p { color: rgb(35,102,137); }
H1.HeaderClassName
{
color: #236689;
}
.AnyTagClassName
{
color: #236689;
}
</style>
background-color css
<style>
a { background-color: #236689; }
a { background-color: rgb(35,102,137); }
div.DivClassName
{
background-color: #236689;
}
.BgClassName
{
background-color: #236689;
}
</style>
border-color css
<style>
span { border-color: #236689; }
span { border-color: rgb(35,102,137); }
td.TdClassName
{
border-color: #236689;
}
.TagClassName
{
border-color: #236689;
}
</style>