Shades of Bahama Blue #234D7D
Tints of Bahama Blue #234D7D
RGB
CMYK
RGB Variations
Color information
#234D7D (or 0x234D7D) is known color: Bahama Blue. HEX triplet: 23, 4D and 7D. RGB value is (35,77,125). Sum of RGB (Red+Green+Blue) = 35+77+125=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #234D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D7D is #DCB282. Grayscale: #454545. Windows color (decimal): -14463619 or 8211747. OLE color: 8211747.
HSL color Cylindrical-coordinate representation of color #234D7D: hue angle of 212º 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 #234D7D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 77 | 125 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.51 |
| HSL | 212º | 0.56% | 0.31% | - |
| HSV(B) | 212º | 0.72% | 0.49% | - |
| XYZ | 7.05 | 7.15 | 20.41 | - |
| YUV | 69.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 125 | 0.72 | 0.38 | 0 | 0.51 | 212 | 0.56 | 0.31 |
| Hex | 23 | 4D | 7D | 48 | 26 | 0 | 33 | D4 | 38 | 1F |
| Octal | 43 | 115 | 175 | 110 | 46 | 0 | 63 | 324 | 70 | 37 |
| Binary | 100011 | 1001101 | 1111101 | 1001000 | 100110 | 0 | 110011 | 11010100 | 111000 | 11111 |
Color Harmonies of #234D7D
Complementary color
Monochromatic Colors of #234D7D
Black with #234D7D
Text Example
Text Example
White with #234D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D7D; }
p { color: rgb(35,77,125); }
H1.HeaderClassName
{
color: #234D7D;
}
.AnyTagClassName
{
color: #234D7D;
}
</style>
background-color css
<style>
a { background-color: #234D7D; }
a { background-color: rgb(35,77,125); }
div.DivClassName
{
background-color: #234D7D;
}
.BgClassName
{
background-color: #234D7D;
}
</style>
border-color css
<style>
span { border-color: #234D7D; }
span { border-color: rgb(35,77,125); }
td.TdClassName
{
border-color: #234D7D;
}
.TagClassName
{
border-color: #234D7D;
}
</style>