Shades of Bahama Blue #23527F
Tints of Bahama Blue #23527F
RGB
CMYK
RGB Variations
Color information
#23527F (or 0x23527F) is known color: Bahama Blue. HEX triplet: 23, 52 and 7F. RGB value is (35,82,127). Sum of RGB (Red+Green+Blue) = 35+82+127=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #23527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23527F is #DCAD80. Grayscale: #484848. Windows color (decimal): -14462337 or 8344099. OLE color: 8344099.
HSL color Cylindrical-coordinate representation of color #23527F: hue angle of 209.35º 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 #23527F is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 82 | 127 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.50 |
| HSL | 209.35º | 0.57% | 0.32% | - |
| HSV(B) | 209.35º | 0.72% | 0.5% | - |
| XYZ | 7.54 | 7.92 | 21.21 | - |
| YUV | 73.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 127 | 0.72 | 0.35 | 0 | 0.50 | 209.35 | 0.57 | 0.32 |
| Hex | 23 | 52 | 7F | 48 | 23 | 0 | 32 | D1 | 39 | 20 |
| Octal | 43 | 122 | 177 | 110 | 43 | 0 | 62 | 321 | 71 | 40 |
| Binary | 100011 | 1010010 | 1111111 | 1001000 | 100011 | 0 | 110010 | 11010001 | 111001 | 100000 |
Color Harmonies of #23527F
Complementary color
Monochromatic Colors of #23527F
Black with #23527F
Text Example
Text Example
White with #23527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23527F; }
p { color: rgb(35,82,127); }
H1.HeaderClassName
{
color: #23527F;
}
.AnyTagClassName
{
color: #23527F;
}
</style>
background-color css
<style>
a { background-color: #23527F; }
a { background-color: rgb(35,82,127); }
div.DivClassName
{
background-color: #23527F;
}
.BgClassName
{
background-color: #23527F;
}
</style>
border-color css
<style>
span { border-color: #23527F; }
span { border-color: rgb(35,82,127); }
td.TdClassName
{
border-color: #23527F;
}
.TagClassName
{
border-color: #23527F;
}
</style>