Shades of Bahama Blue #215385
Tints of Bahama Blue #215385
RGB
CMYK
RGB Variations
Color information
#215385 (or 0x215385) is known color: Bahama Blue. HEX triplet: 21, 53 and 85. RGB value is (33,83,133). Sum of RGB (Red+Green+Blue) = 33+83+133=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #215385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215385 is #DEAC7A. Grayscale: #494949. Windows color (decimal): -14593147 or 8737569. OLE color: 8737569.
HSL color Cylindrical-coordinate representation of color #215385: hue angle of 210º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215385 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 83 | 133 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.48 |
| HSL | 210º | 0.6% | 0.33% | - |
| HSV(B) | 210º | 0.75% | 0.52% | - |
| XYZ | 7.95 | 8.2 | 23.35 | - |
| YUV | 73.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 133 | 0.75 | 0.38 | 0 | 0.48 | 210 | 0.6 | 0.33 |
| Hex | 21 | 53 | 85 | 4B | 26 | 0 | 30 | D2 | 3C | 21 |
| Octal | 41 | 123 | 205 | 113 | 46 | 0 | 60 | 322 | 74 | 41 |
| Binary | 100001 | 1010011 | 10000101 | 1001011 | 100110 | 0 | 110000 | 11010010 | 111100 | 100001 |
Color Harmonies of #215385
Complementary color
Monochromatic Colors of #215385
Black with #215385
Text Example
Text Example
White with #215385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215385; }
p { color: rgb(33,83,133); }
H1.HeaderClassName
{
color: #215385;
}
.AnyTagClassName
{
color: #215385;
}
</style>
background-color css
<style>
a { background-color: #215385; }
a { background-color: rgb(33,83,133); }
div.DivClassName
{
background-color: #215385;
}
.BgClassName
{
background-color: #215385;
}
</style>
border-color css
<style>
span { border-color: #215385; }
span { border-color: rgb(33,83,133); }
td.TdClassName
{
border-color: #215385;
}
.TagClassName
{
border-color: #215385;
}
</style>