Shades of Bahama Blue #23668B
Tints of Bahama Blue #23668B
RGB
CMYK
RGB Variations
Color information
#23668B (or 0x23668B) is known color: Bahama Blue. HEX triplet: 23, 66 and 8B. RGB value is (35,102,139). Sum of RGB (Red+Green+Blue) = 35+102+139=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #23668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23668B is #DC9974. Grayscale: #555555. Windows color (decimal): -14457205 or 9135651. OLE color: 9135651.
HSL color Cylindrical-coordinate representation of color #23668B: hue angle of 201.35º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23668B is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 102 | 139 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.45 |
| HSL | 201.35º | 0.6% | 0.34% | - |
| HSV(B) | 201.35º | 0.75% | 0.55% | - |
| XYZ | 10.1 | 11.72 | 26.16 | - |
| YUV | 86.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 139 | 0.75 | 0.27 | 0 | 0.45 | 201.35 | 0.6 | 0.34 |
| Hex | 23 | 66 | 8B | 4B | 1B | 0 | 2D | C9 | 3C | 22 |
| Octal | 43 | 146 | 213 | 113 | 33 | 0 | 55 | 311 | 74 | 42 |
| Binary | 100011 | 1100110 | 10001011 | 1001011 | 11011 | 0 | 101101 | 11001001 | 111100 | 100010 |
Color Harmonies of #23668B
Complementary color
Monochromatic Colors of #23668B
Black with #23668B
Text Example
Text Example
White with #23668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23668B; }
p { color: rgb(35,102,139); }
H1.HeaderClassName
{
color: #23668B;
}
.AnyTagClassName
{
color: #23668B;
}
</style>
background-color css
<style>
a { background-color: #23668B; }
a { background-color: rgb(35,102,139); }
div.DivClassName
{
background-color: #23668B;
}
.BgClassName
{
background-color: #23668B;
}
</style>
border-color css
<style>
span { border-color: #23668B; }
span { border-color: rgb(35,102,139); }
td.TdClassName
{
border-color: #23668B;
}
.TagClassName
{
border-color: #23668B;
}
</style>