Shades of Bahama Blue #23537B
Tints of Bahama Blue #23537B
RGB
CMYK
RGB Variations
Color information
#23537B (or 0x23537B) is known color: Bahama Blue. HEX triplet: 23, 53 and 7B. RGB value is (35,83,123). Sum of RGB (Red+Green+Blue) = 35+83+123=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #23537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23537B is #DCAC84. Grayscale: #494949. Windows color (decimal): -14462085 or 8082211. OLE color: 8082211.
HSL color Cylindrical-coordinate representation of color #23537B: hue angle of 207.27º 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 #23537B is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 83 | 123 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.52 |
| HSL | 207.27º | 0.56% | 0.31% | - |
| HSV(B) | 207.27º | 0.72% | 0.48% | - |
| XYZ | 7.36 | 7.97 | 19.89 | - |
| YUV | 73.21 | 156.1 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 123 | 0.72 | 0.33 | 0 | 0.52 | 207.27 | 0.56 | 0.31 |
| Hex | 23 | 53 | 7B | 48 | 21 | 0 | 34 | CF | 38 | 1F |
| Octal | 43 | 123 | 173 | 110 | 41 | 0 | 64 | 317 | 70 | 37 |
| Binary | 100011 | 1010011 | 1111011 | 1001000 | 100001 | 0 | 110100 | 11001111 | 111000 | 11111 |
Color Harmonies of #23537B
Complementary color
Monochromatic Colors of #23537B
Black with #23537B
Text Example
Text Example
White with #23537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23537B; }
p { color: rgb(35,83,123); }
H1.HeaderClassName
{
color: #23537B;
}
.AnyTagClassName
{
color: #23537B;
}
</style>
background-color css
<style>
a { background-color: #23537B; }
a { background-color: rgb(35,83,123); }
div.DivClassName
{
background-color: #23537B;
}
.BgClassName
{
background-color: #23537B;
}
</style>
border-color css
<style>
span { border-color: #23537B; }
span { border-color: rgb(35,83,123); }
td.TdClassName
{
border-color: #23537B;
}
.TagClassName
{
border-color: #23537B;
}
</style>