Shades of Bahama Blue #23567B
Tints of Bahama Blue #23567B
RGB
CMYK
RGB Variations
Color information
#23567B (or 0x23567B) is known color: Bahama Blue. HEX triplet: 23, 56 and 7B. RGB value is (35,86,123). Sum of RGB (Red+Green+Blue) = 35+86+123=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #23567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23567B is #DCA984. Grayscale: #4A4A4A. Windows color (decimal): -14461317 or 8082979. OLE color: 8082979.
HSL color Cylindrical-coordinate representation of color #23567B: hue angle of 205.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23567B is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 86 | 123 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.52 |
| HSL | 205.23º | 0.56% | 0.31% | - |
| HSV(B) | 205.23º | 0.72% | 0.48% | - |
| XYZ | 7.6 | 8.44 | 19.97 | - |
| YUV | 74.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 123 | 0.72 | 0.30 | 0 | 0.52 | 205.23 | 0.56 | 0.31 |
| Hex | 23 | 56 | 7B | 48 | 1E | 0 | 34 | CD | 38 | 1F |
| Octal | 43 | 126 | 173 | 110 | 36 | 0 | 64 | 315 | 70 | 37 |
| Binary | 100011 | 1010110 | 1111011 | 1001000 | 11110 | 0 | 110100 | 11001101 | 111000 | 11111 |
Color Harmonies of #23567B
Complementary color
Monochromatic Colors of #23567B
Black with #23567B
Text Example
Text Example
White with #23567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23567B; }
p { color: rgb(35,86,123); }
H1.HeaderClassName
{
color: #23567B;
}
.AnyTagClassName
{
color: #23567B;
}
</style>
background-color css
<style>
a { background-color: #23567B; }
a { background-color: rgb(35,86,123); }
div.DivClassName
{
background-color: #23567B;
}
.BgClassName
{
background-color: #23567B;
}
</style>
border-color css
<style>
span { border-color: #23567B; }
span { border-color: rgb(35,86,123); }
td.TdClassName
{
border-color: #23567B;
}
.TagClassName
{
border-color: #23567B;
}
</style>