Shades of Bahama Blue #23557C
Tints of Bahama Blue #23557C
RGB
CMYK
RGB Variations
Color information
#23557C (or 0x23557C) is known color: Bahama Blue. HEX triplet: 23, 55 and 7C. RGB value is (35,85,124). Sum of RGB (Red+Green+Blue) = 35+85+124=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #23557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23557C is #DCAA83. Grayscale: #4A4A4A. Windows color (decimal): -14461572 or 8148259. OLE color: 8148259.
HSL color Cylindrical-coordinate representation of color #23557C: hue angle of 206.29º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23557C is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 85 | 124 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.51 |
| HSL | 206.29º | 0.56% | 0.31% | - |
| HSV(B) | 206.29º | 0.72% | 0.49% | - |
| XYZ | 7.58 | 8.31 | 20.27 | - |
| YUV | 74.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 124 | 0.72 | 0.31 | 0 | 0.51 | 206.29 | 0.56 | 0.31 |
| Hex | 23 | 55 | 7C | 48 | 1F | 0 | 33 | CE | 38 | 1F |
| Octal | 43 | 125 | 174 | 110 | 37 | 0 | 63 | 316 | 70 | 37 |
| Binary | 100011 | 1010101 | 1111100 | 1001000 | 11111 | 0 | 110011 | 11001110 | 111000 | 11111 |
Color Harmonies of #23557C
Complementary color
Monochromatic Colors of #23557C
Black with #23557C
Text Example
Text Example
White with #23557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23557C; }
p { color: rgb(35,85,124); }
H1.HeaderClassName
{
color: #23557C;
}
.AnyTagClassName
{
color: #23557C;
}
</style>
background-color css
<style>
a { background-color: #23557C; }
a { background-color: rgb(35,85,124); }
div.DivClassName
{
background-color: #23557C;
}
.BgClassName
{
background-color: #23557C;
}
</style>
border-color css
<style>
span { border-color: #23557C; }
span { border-color: rgb(35,85,124); }
td.TdClassName
{
border-color: #23557C;
}
.TagClassName
{
border-color: #23557C;
}
</style>