Shades of Bahama Blue #235E7F
Tints of Bahama Blue #235E7F
RGB
CMYK
RGB Variations
Color information
#235E7F (or 0x235E7F) is known color: Bahama Blue. HEX triplet: 23, 5E and 7F. RGB value is (35,94,127). Sum of RGB (Red+Green+Blue) = 35+94+127=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #235E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E7F is #DCA180. Grayscale: #4F4F4F. Windows color (decimal): -14459265 or 8347171. OLE color: 8347171.
HSL color Cylindrical-coordinate representation of color #235E7F: hue angle of 201.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235E7F is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 94 | 127 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.50 |
| HSL | 201.52º | 0.57% | 0.32% | - |
| HSV(B) | 201.52º | 0.72% | 0.5% | - |
| XYZ | 8.53 | 9.9 | 21.54 | - |
| YUV | 80.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 127 | 0.72 | 0.26 | 0 | 0.50 | 201.52 | 0.57 | 0.32 |
| Hex | 23 | 5E | 7F | 48 | 1A | 0 | 32 | CA | 39 | 20 |
| Octal | 43 | 136 | 177 | 110 | 32 | 0 | 62 | 312 | 71 | 40 |
| Binary | 100011 | 1011110 | 1111111 | 1001000 | 11010 | 0 | 110010 | 11001010 | 111001 | 100000 |
Color Harmonies of #235E7F
Complementary color
Monochromatic Colors of #235E7F
Black with #235E7F
Text Example
Text Example
White with #235E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E7F; }
p { color: rgb(35,94,127); }
H1.HeaderClassName
{
color: #235E7F;
}
.AnyTagClassName
{
color: #235E7F;
}
</style>
background-color css
<style>
a { background-color: #235E7F; }
a { background-color: rgb(35,94,127); }
div.DivClassName
{
background-color: #235E7F;
}
.BgClassName
{
background-color: #235E7F;
}
</style>
border-color css
<style>
span { border-color: #235E7F; }
span { border-color: rgb(35,94,127); }
td.TdClassName
{
border-color: #235E7F;
}
.TagClassName
{
border-color: #235E7F;
}
</style>