Shades of Bahama Blue #216283
Tints of Bahama Blue #216283
RGB
CMYK
RGB Variations
Color information
#216283 (or 0x216283) is known color: Bahama Blue. HEX triplet: 21, 62 and 83. RGB value is (33,98,131). Sum of RGB (Red+Green+Blue) = 33+98+131=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #216283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216283 is #DE9D7C. Grayscale: #525252. Windows color (decimal): -14589309 or 8610337. OLE color: 8610337.
HSL color Cylindrical-coordinate representation of color #216283: hue angle of 200.2º 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 #216283 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 98 | 131 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.49 |
| HSL | 200.2º | 0.6% | 0.32% | - |
| HSV(B) | 200.2º | 0.75% | 0.51% | - |
| XYZ | 9.09 | 10.7 | 23.06 | - |
| YUV | 82.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 131 | 0.75 | 0.25 | 0 | 0.49 | 200.2 | 0.6 | 0.32 |
| Hex | 21 | 62 | 83 | 4B | 19 | 0 | 31 | C8 | 3C | 20 |
| Octal | 41 | 142 | 203 | 113 | 31 | 0 | 61 | 310 | 74 | 40 |
| Binary | 100001 | 1100010 | 10000011 | 1001011 | 11001 | 0 | 110001 | 11001000 | 111100 | 100000 |
Color Harmonies of #216283
Complementary color
Monochromatic Colors of #216283
Black with #216283
Text Example
Text Example
White with #216283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216283; }
p { color: rgb(33,98,131); }
H1.HeaderClassName
{
color: #216283;
}
.AnyTagClassName
{
color: #216283;
}
</style>
background-color css
<style>
a { background-color: #216283; }
a { background-color: rgb(33,98,131); }
div.DivClassName
{
background-color: #216283;
}
.BgClassName
{
background-color: #216283;
}
</style>
border-color css
<style>
span { border-color: #216283; }
span { border-color: rgb(33,98,131); }
td.TdClassName
{
border-color: #216283;
}
.TagClassName
{
border-color: #216283;
}
</style>