Shades of Blue Whale #213440
Tints of Blue Whale #213440
RGB
CMYK
RGB Variations
Color information
#213440 (or 0x213440) is known color: Blue Whale. HEX triplet: 21, 34 and 40. RGB value is (33,52,64). Sum of RGB (Red+Green+Blue) = 33+52+64=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #213440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213440 is #DECBBF. Grayscale: #2F2F2F. Windows color (decimal): -14601152 or 4207649. OLE color: 4207649.
HSL color Cylindrical-coordinate representation of color #213440: hue angle of 203.23º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213440 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 52 | 64 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.75 |
| HSL | 203.23º | 0.32% | 0.19% | - |
| HSV(B) | 203.23º | 0.48% | 0.25% | - |
| XYZ | 2.78 | 3.15 | 5.31 | - |
| YUV | 47.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 64 | 0.48 | 0.19 | 0 | 0.75 | 203.23 | 0.32 | 0.19 |
| Hex | 21 | 34 | 40 | 30 | 13 | 0 | 4B | CB | 20 | 13 |
| Octal | 41 | 64 | 100 | 60 | 23 | 0 | 113 | 313 | 40 | 23 |
| Binary | 100001 | 110100 | 1000000 | 110000 | 10011 | 0 | 1001011 | 11001011 | 100000 | 10011 |
Color Harmonies of #213440
Complementary color
Monochromatic Colors of #213440
Black with #213440
Text Example
Text Example
White with #213440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213440; }
p { color: rgb(33,52,64); }
H1.HeaderClassName
{
color: #213440;
}
.AnyTagClassName
{
color: #213440;
}
</style>
background-color css
<style>
a { background-color: #213440; }
a { background-color: rgb(33,52,64); }
div.DivClassName
{
background-color: #213440;
}
.BgClassName
{
background-color: #213440;
}
</style>
border-color css
<style>
span { border-color: #213440; }
span { border-color: rgb(33,52,64); }
td.TdClassName
{
border-color: #213440;
}
.TagClassName
{
border-color: #213440;
}
</style>