Shades of Bahama Blue #21527F
Tints of Bahama Blue #21527F
RGB
CMYK
RGB Variations
Color information
#21527F (or 0x21527F) is known color: Bahama Blue. HEX triplet: 21, 52 and 7F. RGB value is (33,82,127). Sum of RGB (Red+Green+Blue) = 33+82+127=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #21527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21527F is #DEAD80. Grayscale: #484848. Windows color (decimal): -14593409 or 8344097. OLE color: 8344097.
HSL color Cylindrical-coordinate representation of color #21527F: hue angle of 208.72º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21527F is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 82 | 127 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.50 |
| HSL | 208.72º | 0.59% | 0.31% | - |
| HSV(B) | 208.72º | 0.74% | 0.5% | - |
| XYZ | 7.48 | 7.89 | 21.21 | - |
| YUV | 72.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 127 | 0.74 | 0.35 | 0 | 0.50 | 208.72 | 0.59 | 0.31 |
| Hex | 21 | 52 | 7F | 4A | 23 | 0 | 32 | D1 | 3B | 1F |
| Octal | 41 | 122 | 177 | 112 | 43 | 0 | 62 | 321 | 73 | 37 |
| Binary | 100001 | 1010010 | 1111111 | 1001010 | 100011 | 0 | 110010 | 11010001 | 111011 | 11111 |
Color Harmonies of #21527F
Complementary color
Monochromatic Colors of #21527F
Black with #21527F
Text Example
Text Example
White with #21527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21527F; }
p { color: rgb(33,82,127); }
H1.HeaderClassName
{
color: #21527F;
}
.AnyTagClassName
{
color: #21527F;
}
</style>
background-color css
<style>
a { background-color: #21527F; }
a { background-color: rgb(33,82,127); }
div.DivClassName
{
background-color: #21527F;
}
.BgClassName
{
background-color: #21527F;
}
</style>
border-color css
<style>
span { border-color: #21527F; }
span { border-color: rgb(33,82,127); }
td.TdClassName
{
border-color: #21527F;
}
.TagClassName
{
border-color: #21527F;
}
</style>