Shades of Blue Whale #213545
Tints of Blue Whale #213545
RGB
CMYK
RGB Variations
Color information
#213545 (or 0x213545) is known color: Blue Whale. HEX triplet: 21, 35 and 45. RGB value is (33,53,69). Sum of RGB (Red+Green+Blue) = 33+53+69=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #213545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213545 is #DECABA. Grayscale: #303030. Windows color (decimal): -14600891 or 4535585. OLE color: 4535585.
HSL color Cylindrical-coordinate representation of color #213545: hue angle of 206.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213545 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 53 | 69 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.73 |
| HSL | 206.67º | 0.35% | 0.2% | - |
| HSV(B) | 206.67º | 0.52% | 0.27% | - |
| XYZ | 2.97 | 3.3 | 6.11 | - |
| YUV | 48.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 69 | 0.52 | 0.23 | 0 | 0.73 | 206.67 | 0.35 | 0.2 |
| Hex | 21 | 35 | 45 | 34 | 17 | 0 | 49 | CF | 23 | 14 |
| Octal | 41 | 65 | 105 | 64 | 27 | 0 | 111 | 317 | 43 | 24 |
| Binary | 100001 | 110101 | 1000101 | 110100 | 10111 | 0 | 1001001 | 11001111 | 100011 | 10100 |
Color Harmonies of #213545
Complementary color
Monochromatic Colors of #213545
Black with #213545
Text Example
Text Example
White with #213545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213545; }
p { color: rgb(33,53,69); }
H1.HeaderClassName
{
color: #213545;
}
.AnyTagClassName
{
color: #213545;
}
</style>
background-color css
<style>
a { background-color: #213545; }
a { background-color: rgb(33,53,69); }
div.DivClassName
{
background-color: #213545;
}
.BgClassName
{
background-color: #213545;
}
</style>
border-color css
<style>
span { border-color: #213545; }
span { border-color: rgb(33,53,69); }
td.TdClassName
{
border-color: #213545;
}
.TagClassName
{
border-color: #213545;
}
</style>