Shades of Bahama Blue #23638A
Tints of Bahama Blue #23638A
RGB
CMYK
RGB Variations
Color information
#23638A (or 0x23638A) is known color: Bahama Blue. HEX triplet: 23, 63 and 8A. RGB value is (35,99,138). Sum of RGB (Red+Green+Blue) = 35+99+138=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #23638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23638A is #DC9C75. Grayscale: #545454. Windows color (decimal): -14457974 or 9069347. OLE color: 9069347.
HSL color Cylindrical-coordinate representation of color #23638A: hue angle of 202.72º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23638A is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 99 | 138 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.46 |
| HSL | 202.72º | 0.6% | 0.34% | - |
| HSV(B) | 202.72º | 0.75% | 0.54% | - |
| XYZ | 9.74 | 11.12 | 25.68 | - |
| YUV | 84.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 138 | 0.75 | 0.28 | 0 | 0.46 | 202.72 | 0.6 | 0.34 |
| Hex | 23 | 63 | 8A | 4B | 1C | 0 | 2E | CB | 3C | 22 |
| Octal | 43 | 143 | 212 | 113 | 34 | 0 | 56 | 313 | 74 | 42 |
| Binary | 100011 | 1100011 | 10001010 | 1001011 | 11100 | 0 | 101110 | 11001011 | 111100 | 100010 |
Color Harmonies of #23638A
Complementary color
Monochromatic Colors of #23638A
Black with #23638A
Text Example
Text Example
White with #23638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23638A; }
p { color: rgb(35,99,138); }
H1.HeaderClassName
{
color: #23638A;
}
.AnyTagClassName
{
color: #23638A;
}
</style>
background-color css
<style>
a { background-color: #23638A; }
a { background-color: rgb(35,99,138); }
div.DivClassName
{
background-color: #23638A;
}
.BgClassName
{
background-color: #23638A;
}
</style>
border-color css
<style>
span { border-color: #23638A; }
span { border-color: rgb(35,99,138); }
td.TdClassName
{
border-color: #23638A;
}
.TagClassName
{
border-color: #23638A;
}
</style>