Shades of Bahama Blue #23537C
Tints of Bahama Blue #23537C
RGB
CMYK
RGB Variations
Color information
#23537C (or 0x23537C) is known color: Bahama Blue. HEX triplet: 23, 53 and 7C. RGB value is (35,83,124). Sum of RGB (Red+Green+Blue) = 35+83+124=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #23537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23537C is #DCAC83. Grayscale: #494949. Windows color (decimal): -14462084 or 8147747. OLE color: 8147747.
HSL color Cylindrical-coordinate representation of color #23537C: hue angle of 207.64º 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 #23537C is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 83 | 124 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.51 |
| HSL | 207.64º | 0.56% | 0.31% | - |
| HSV(B) | 207.64º | 0.72% | 0.49% | - |
| XYZ | 7.42 | 8 | 20.22 | - |
| YUV | 73.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 124 | 0.72 | 0.33 | 0 | 0.51 | 207.64 | 0.56 | 0.31 |
| Hex | 23 | 53 | 7C | 48 | 21 | 0 | 33 | D0 | 38 | 1F |
| Octal | 43 | 123 | 174 | 110 | 41 | 0 | 63 | 320 | 70 | 37 |
| Binary | 100011 | 1010011 | 1111100 | 1001000 | 100001 | 0 | 110011 | 11010000 | 111000 | 11111 |
Color Harmonies of #23537C
Complementary color
Monochromatic Colors of #23537C
Black with #23537C
Text Example
Text Example
White with #23537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23537C; }
p { color: rgb(35,83,124); }
H1.HeaderClassName
{
color: #23537C;
}
.AnyTagClassName
{
color: #23537C;
}
</style>
background-color css
<style>
a { background-color: #23537C; }
a { background-color: rgb(35,83,124); }
div.DivClassName
{
background-color: #23537C;
}
.BgClassName
{
background-color: #23537C;
}
</style>
border-color css
<style>
span { border-color: #23537C; }
span { border-color: rgb(35,83,124); }
td.TdClassName
{
border-color: #23537C;
}
.TagClassName
{
border-color: #23537C;
}
</style>