Shades of Bahama Blue #215479
Tints of Bahama Blue #215479
RGB
CMYK
RGB Variations
Color information
#215479 (or 0x215479) is known color: Bahama Blue. HEX triplet: 21, 54 and 79. RGB value is (33,84,121). Sum of RGB (Red+Green+Blue) = 33+84+121=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #215479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215479 is #DEAB86. Grayscale: #484848. Windows color (decimal): -14592903 or 7951393. OLE color: 7951393.
HSL color Cylindrical-coordinate representation of color #215479: hue angle of 205.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215479 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 84 | 121 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.53 |
| HSL | 205.23º | 0.57% | 0.3% | - |
| HSV(B) | 205.23º | 0.73% | 0.47% | - |
| XYZ | 7.25 | 8.04 | 19.26 | - |
| YUV | 72.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 121 | 0.73 | 0.31 | 0 | 0.53 | 205.23 | 0.57 | 0.3 |
| Hex | 21 | 54 | 79 | 49 | 1F | 0 | 35 | CD | 39 | 1E |
| Octal | 41 | 124 | 171 | 111 | 37 | 0 | 65 | 315 | 71 | 36 |
| Binary | 100001 | 1010100 | 1111001 | 1001001 | 11111 | 0 | 110101 | 11001101 | 111001 | 11110 |
Color Harmonies of #215479
Complementary color
Monochromatic Colors of #215479
Black with #215479
Text Example
Text Example
White with #215479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215479; }
p { color: rgb(33,84,121); }
H1.HeaderClassName
{
color: #215479;
}
.AnyTagClassName
{
color: #215479;
}
</style>
background-color css
<style>
a { background-color: #215479; }
a { background-color: rgb(33,84,121); }
div.DivClassName
{
background-color: #215479;
}
.BgClassName
{
background-color: #215479;
}
</style>
border-color css
<style>
span { border-color: #215479; }
span { border-color: rgb(33,84,121); }
td.TdClassName
{
border-color: #215479;
}
.TagClassName
{
border-color: #215479;
}
</style>