Shades of Bahama Blue #23597F
Tints of Bahama Blue #23597F
RGB
CMYK
RGB Variations
Color information
#23597F (or 0x23597F) is known color: Bahama Blue. HEX triplet: 23, 59 and 7F. RGB value is (35,89,127). Sum of RGB (Red+Green+Blue) = 35+89+127=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #23597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23597F is #DCA680. Grayscale: #4C4C4C. Windows color (decimal): -14460545 or 8345891. OLE color: 8345891.
HSL color Cylindrical-coordinate representation of color #23597F: hue angle of 204.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23597F is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 89 | 127 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.50 |
| HSL | 204.78º | 0.57% | 0.32% | - |
| HSV(B) | 204.78º | 0.72% | 0.5% | - |
| XYZ | 8.1 | 9.03 | 21.4 | - |
| YUV | 77.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 127 | 0.72 | 0.30 | 0 | 0.50 | 204.78 | 0.57 | 0.32 |
| Hex | 23 | 59 | 7F | 48 | 1E | 0 | 32 | CD | 39 | 20 |
| Octal | 43 | 131 | 177 | 110 | 36 | 0 | 62 | 315 | 71 | 40 |
| Binary | 100011 | 1011001 | 1111111 | 1001000 | 11110 | 0 | 110010 | 11001101 | 111001 | 100000 |
Color Harmonies of #23597F
Complementary color
Monochromatic Colors of #23597F
Black with #23597F
Text Example
Text Example
White with #23597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23597F; }
p { color: rgb(35,89,127); }
H1.HeaderClassName
{
color: #23597F;
}
.AnyTagClassName
{
color: #23597F;
}
</style>
background-color css
<style>
a { background-color: #23597F; }
a { background-color: rgb(35,89,127); }
div.DivClassName
{
background-color: #23597F;
}
.BgClassName
{
background-color: #23597F;
}
</style>
border-color css
<style>
span { border-color: #23597F; }
span { border-color: rgb(35,89,127); }
td.TdClassName
{
border-color: #23597F;
}
.TagClassName
{
border-color: #23597F;
}
</style>