Shades of Bahama Blue #234C7D
Tints of Bahama Blue #234C7D
RGB
CMYK
RGB Variations
Color information
#234C7D (or 0x234C7D) is known color: Bahama Blue. HEX triplet: 23, 4C and 7D. RGB value is (35,76,125). Sum of RGB (Red+Green+Blue) = 35+76+125=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #234C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C7D is #DCB382. Grayscale: #454545. Windows color (decimal): -14463875 or 8211491. OLE color: 8211491.
HSL color Cylindrical-coordinate representation of color #234C7D: hue angle of 212.67º 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 #234C7D is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 76 | 125 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.51 |
| HSL | 212.67º | 0.56% | 0.31% | - |
| HSV(B) | 212.67º | 0.72% | 0.49% | - |
| XYZ | 6.98 | 7.01 | 20.39 | - |
| YUV | 69.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 125 | 0.72 | 0.39 | 0 | 0.51 | 212.67 | 0.56 | 0.31 |
| Hex | 23 | 4C | 7D | 48 | 27 | 0 | 33 | D5 | 38 | 1F |
| Octal | 43 | 114 | 175 | 110 | 47 | 0 | 63 | 325 | 70 | 37 |
| Binary | 100011 | 1001100 | 1111101 | 1001000 | 100111 | 0 | 110011 | 11010101 | 111000 | 11111 |
Color Harmonies of #234C7D
Complementary color
Monochromatic Colors of #234C7D
Black with #234C7D
Text Example
Text Example
White with #234C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C7D; }
p { color: rgb(35,76,125); }
H1.HeaderClassName
{
color: #234C7D;
}
.AnyTagClassName
{
color: #234C7D;
}
</style>
background-color css
<style>
a { background-color: #234C7D; }
a { background-color: rgb(35,76,125); }
div.DivClassName
{
background-color: #234C7D;
}
.BgClassName
{
background-color: #234C7D;
}
</style>
border-color css
<style>
span { border-color: #234C7D; }
span { border-color: rgb(35,76,125); }
td.TdClassName
{
border-color: #234C7D;
}
.TagClassName
{
border-color: #234C7D;
}
</style>