Shades of Blue Whale #213648
Tints of Blue Whale #213648
RGB
CMYK
RGB Variations
Color information
#213648 (or 0x213648) is known color: Blue Whale. HEX triplet: 21, 36 and 48. RGB value is (33,54,72). Sum of RGB (Red+Green+Blue) = 33+54+72=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #213648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213648 is #DEC9B7. Grayscale: #313131. Windows color (decimal): -14600632 or 4732449. OLE color: 4732449.
HSL color Cylindrical-coordinate representation of color #213648: hue angle of 207.69º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213648 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 54 | 72 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.72 |
| HSL | 207.69º | 0.37% | 0.21% | - |
| HSV(B) | 207.69º | 0.54% | 0.28% | - |
| XYZ | 3.12 | 3.43 | 6.63 | - |
| YUV | 49.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 72 | 0.54 | 0.25 | 0 | 0.72 | 207.69 | 0.37 | 0.21 |
| Hex | 21 | 36 | 48 | 36 | 19 | 0 | 48 | D0 | 25 | 15 |
| Octal | 41 | 66 | 110 | 66 | 31 | 0 | 110 | 320 | 45 | 25 |
| Binary | 100001 | 110110 | 1001000 | 110110 | 11001 | 0 | 1001000 | 11010000 | 100101 | 10101 |
Color Harmonies of #213648
Complementary color
Monochromatic Colors of #213648
Black with #213648
Text Example
Text Example
White with #213648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213648; }
p { color: rgb(33,54,72); }
H1.HeaderClassName
{
color: #213648;
}
.AnyTagClassName
{
color: #213648;
}
</style>
background-color css
<style>
a { background-color: #213648; }
a { background-color: rgb(33,54,72); }
div.DivClassName
{
background-color: #213648;
}
.BgClassName
{
background-color: #213648;
}
</style>
border-color css
<style>
span { border-color: #213648; }
span { border-color: rgb(33,54,72); }
td.TdClassName
{
border-color: #213648;
}
.TagClassName
{
border-color: #213648;
}
</style>