Shades of Bahama Blue #215082
Tints of Bahama Blue #215082
RGB
CMYK
RGB Variations
Color information
#215082 (or 0x215082) is known color: Bahama Blue. HEX triplet: 21, 50 and 82. RGB value is (33,80,130). Sum of RGB (Red+Green+Blue) = 33+80+130=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #215082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215082 is #DEAF7D. Grayscale: #474747. Windows color (decimal): -14593918 or 8540193. OLE color: 8540193.
HSL color Cylindrical-coordinate representation of color #215082: hue angle of 210.93º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215082 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 80 | 130 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.49 |
| HSL | 210.93º | 0.6% | 0.32% | - |
| HSV(B) | 210.93º | 0.75% | 0.51% | - |
| XYZ | 7.53 | 7.67 | 22.2 | - |
| YUV | 71.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 130 | 0.75 | 0.38 | 0 | 0.49 | 210.93 | 0.6 | 0.32 |
| Hex | 21 | 50 | 82 | 4B | 26 | 0 | 31 | D3 | 3C | 20 |
| Octal | 41 | 120 | 202 | 113 | 46 | 0 | 61 | 323 | 74 | 40 |
| Binary | 100001 | 1010000 | 10000010 | 1001011 | 100110 | 0 | 110001 | 11010011 | 111100 | 100000 |
Color Harmonies of #215082
Complementary color
Monochromatic Colors of #215082
Black with #215082
Text Example
Text Example
White with #215082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215082; }
p { color: rgb(33,80,130); }
H1.HeaderClassName
{
color: #215082;
}
.AnyTagClassName
{
color: #215082;
}
</style>
background-color css
<style>
a { background-color: #215082; }
a { background-color: rgb(33,80,130); }
div.DivClassName
{
background-color: #215082;
}
.BgClassName
{
background-color: #215082;
}
</style>
border-color css
<style>
span { border-color: #215082; }
span { border-color: rgb(33,80,130); }
td.TdClassName
{
border-color: #215082;
}
.TagClassName
{
border-color: #215082;
}
</style>