Shades of Bahama Blue #21537F
Tints of Bahama Blue #21537F
RGB
CMYK
RGB Variations
Color information
#21537F (or 0x21537F) is known color: Bahama Blue. HEX triplet: 21, 53 and 7F. RGB value is (33,83,127). Sum of RGB (Red+Green+Blue) = 33+83+127=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #21537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21537F is #DEAC80. Grayscale: #484848. Windows color (decimal): -14593153 or 8344353. OLE color: 8344353.
HSL color Cylindrical-coordinate representation of color #21537F: hue angle of 208.09º 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 #21537F is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 83 | 127 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.50 |
| HSL | 208.09º | 0.59% | 0.31% | - |
| HSV(B) | 208.09º | 0.74% | 0.5% | - |
| XYZ | 7.55 | 8.04 | 21.23 | - |
| YUV | 73.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 127 | 0.74 | 0.35 | 0 | 0.50 | 208.09 | 0.59 | 0.31 |
| Hex | 21 | 53 | 7F | 4A | 23 | 0 | 32 | D0 | 3B | 1F |
| Octal | 41 | 123 | 177 | 112 | 43 | 0 | 62 | 320 | 73 | 37 |
| Binary | 100001 | 1010011 | 1111111 | 1001010 | 100011 | 0 | 110010 | 11010000 | 111011 | 11111 |
Color Harmonies of #21537F
Complementary color
Monochromatic Colors of #21537F
Black with #21537F
Text Example
Text Example
White with #21537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21537F; }
p { color: rgb(33,83,127); }
H1.HeaderClassName
{
color: #21537F;
}
.AnyTagClassName
{
color: #21537F;
}
</style>
background-color css
<style>
a { background-color: #21537F; }
a { background-color: rgb(33,83,127); }
div.DivClassName
{
background-color: #21537F;
}
.BgClassName
{
background-color: #21537F;
}
</style>
border-color css
<style>
span { border-color: #21537F; }
span { border-color: rgb(33,83,127); }
td.TdClassName
{
border-color: #21537F;
}
.TagClassName
{
border-color: #21537F;
}
</style>