Shades of Blue Whale #213549
Tints of Blue Whale #213549
RGB
CMYK
RGB Variations
Color information
#213549 (or 0x213549) is known color: Blue Whale. HEX triplet: 21, 35 and 49. RGB value is (33,53,73). Sum of RGB (Red+Green+Blue) = 33+53+73=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #213549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213549 is #DECAB6. Grayscale: #313131. Windows color (decimal): -14600887 or 4797729. OLE color: 4797729.
HSL color Cylindrical-coordinate representation of color #213549: hue angle of 210º 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 #213549 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 53 | 73 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.71 |
| HSL | 210º | 0.38% | 0.21% | - |
| HSV(B) | 210º | 0.55% | 0.29% | - |
| XYZ | 3.1 | 3.35 | 6.79 | - |
| YUV | 49.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 73 | 0.55 | 0.27 | 0 | 0.71 | 210 | 0.38 | 0.21 |
| Hex | 21 | 35 | 49 | 37 | 1B | 0 | 47 | D2 | 26 | 15 |
| Octal | 41 | 65 | 111 | 67 | 33 | 0 | 107 | 322 | 46 | 25 |
| Binary | 100001 | 110101 | 1001001 | 110111 | 11011 | 0 | 1000111 | 11010010 | 100110 | 10101 |
Color Harmonies of #213549
Complementary color
Monochromatic Colors of #213549
Black with #213549
Text Example
Text Example
White with #213549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213549; }
p { color: rgb(33,53,73); }
H1.HeaderClassName
{
color: #213549;
}
.AnyTagClassName
{
color: #213549;
}
</style>
background-color css
<style>
a { background-color: #213549; }
a { background-color: rgb(33,53,73); }
div.DivClassName
{
background-color: #213549;
}
.BgClassName
{
background-color: #213549;
}
</style>
border-color css
<style>
span { border-color: #213549; }
span { border-color: rgb(33,53,73); }
td.TdClassName
{
border-color: #213549;
}
.TagClassName
{
border-color: #213549;
}
</style>