Shades of Bahama Blue #215283
Tints of Bahama Blue #215283
RGB
CMYK
RGB Variations
Color information
#215283 (or 0x215283) is known color: Bahama Blue. HEX triplet: 21, 52 and 83. RGB value is (33,82,131). Sum of RGB (Red+Green+Blue) = 33+82+131=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #215283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215283 is #DEAD7C. Grayscale: #484848. Windows color (decimal): -14593405 or 8606241. OLE color: 8606241.
HSL color Cylindrical-coordinate representation of color #215283: hue angle of 210º 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 #215283 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 82 | 131 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.49 |
| HSL | 210º | 0.6% | 0.32% | - |
| HSV(B) | 210º | 0.75% | 0.51% | - |
| XYZ | 7.74 | 8 | 22.61 | - |
| YUV | 72.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 131 | 0.75 | 0.37 | 0 | 0.49 | 210 | 0.6 | 0.32 |
| Hex | 21 | 52 | 83 | 4B | 25 | 0 | 31 | D2 | 3C | 20 |
| Octal | 41 | 122 | 203 | 113 | 45 | 0 | 61 | 322 | 74 | 40 |
| Binary | 100001 | 1010010 | 10000011 | 1001011 | 100101 | 0 | 110001 | 11010010 | 111100 | 100000 |
Color Harmonies of #215283
Complementary color
Monochromatic Colors of #215283
Black with #215283
Text Example
Text Example
White with #215283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215283; }
p { color: rgb(33,82,131); }
H1.HeaderClassName
{
color: #215283;
}
.AnyTagClassName
{
color: #215283;
}
</style>
background-color css
<style>
a { background-color: #215283; }
a { background-color: rgb(33,82,131); }
div.DivClassName
{
background-color: #215283;
}
.BgClassName
{
background-color: #215283;
}
</style>
border-color css
<style>
span { border-color: #215283; }
span { border-color: rgb(33,82,131); }
td.TdClassName
{
border-color: #215283;
}
.TagClassName
{
border-color: #215283;
}
</style>