Shades of Blue Whale #213649
Tints of Blue Whale #213649
RGB
CMYK
RGB Variations
Color information
#213649 (or 0x213649) is known color: Blue Whale. HEX triplet: 21, 36 and 49. RGB value is (33,54,73). Sum of RGB (Red+Green+Blue) = 33+54+73=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #213649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213649 is #DEC9B6. Grayscale: #313131. Windows color (decimal): -14600631 or 4797985. OLE color: 4797985.
HSL color Cylindrical-coordinate representation of color #213649: hue angle of 208.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213649 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 54 | 73 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.71 |
| HSL | 208.5º | 0.38% | 0.21% | - |
| HSV(B) | 208.5º | 0.55% | 0.29% | - |
| XYZ | 3.15 | 3.44 | 6.8 | - |
| YUV | 49.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 73 | 0.55 | 0.26 | 0 | 0.71 | 208.5 | 0.38 | 0.21 |
| Hex | 21 | 36 | 49 | 37 | 1A | 0 | 47 | D0 | 26 | 15 |
| Octal | 41 | 66 | 111 | 67 | 32 | 0 | 107 | 320 | 46 | 25 |
| Binary | 100001 | 110110 | 1001001 | 110111 | 11010 | 0 | 1000111 | 11010000 | 100110 | 10101 |
Color Harmonies of #213649
Complementary color
Monochromatic Colors of #213649
Black with #213649
Text Example
Text Example
White with #213649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213649; }
p { color: rgb(33,54,73); }
H1.HeaderClassName
{
color: #213649;
}
.AnyTagClassName
{
color: #213649;
}
</style>
background-color css
<style>
a { background-color: #213649; }
a { background-color: rgb(33,54,73); }
div.DivClassName
{
background-color: #213649;
}
.BgClassName
{
background-color: #213649;
}
</style>
border-color css
<style>
span { border-color: #213649; }
span { border-color: rgb(33,54,73); }
td.TdClassName
{
border-color: #213649;
}
.TagClassName
{
border-color: #213649;
}
</style>