Shades of Bahama Blue #235882
Tints of Bahama Blue #235882
RGB
CMYK
RGB Variations
Color information
#235882 (or 0x235882) is known color: Bahama Blue. HEX triplet: 23, 58 and 82. RGB value is (35,88,130). Sum of RGB (Red+Green+Blue) = 35+88+130=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #235882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235882 is #DCA77D. Grayscale: #4C4C4C. Windows color (decimal): -14460798 or 8542243. OLE color: 8542243.
HSL color Cylindrical-coordinate representation of color #235882: hue angle of 206.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #235882 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 88 | 130 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.49 |
| HSL | 206.53º | 0.58% | 0.32% | - |
| HSV(B) | 206.53º | 0.73% | 0.51% | - |
| XYZ | 8.21 | 8.95 | 22.41 | - |
| YUV | 76.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 130 | 0.73 | 0.32 | 0 | 0.49 | 206.53 | 0.58 | 0.32 |
| Hex | 23 | 58 | 82 | 49 | 20 | 0 | 31 | CF | 3A | 20 |
| Octal | 43 | 130 | 202 | 111 | 40 | 0 | 61 | 317 | 72 | 40 |
| Binary | 100011 | 1011000 | 10000010 | 1001001 | 100000 | 0 | 110001 | 11001111 | 111010 | 100000 |
Color Harmonies of #235882
Complementary color
Monochromatic Colors of #235882
Black with #235882
Text Example
Text Example
White with #235882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235882; }
p { color: rgb(35,88,130); }
H1.HeaderClassName
{
color: #235882;
}
.AnyTagClassName
{
color: #235882;
}
</style>
background-color css
<style>
a { background-color: #235882; }
a { background-color: rgb(35,88,130); }
div.DivClassName
{
background-color: #235882;
}
.BgClassName
{
background-color: #235882;
}
</style>
border-color css
<style>
span { border-color: #235882; }
span { border-color: rgb(35,88,130); }
td.TdClassName
{
border-color: #235882;
}
.TagClassName
{
border-color: #235882;
}
</style>