Shades of Blue Whale #213643
Tints of Blue Whale #213643
RGB
CMYK
RGB Variations
Color information
#213643 (or 0x213643) is known color: Blue Whale. HEX triplet: 21, 36 and 43. RGB value is (33,54,67). Sum of RGB (Red+Green+Blue) = 33+54+67=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 67 - color contains mainly: blue. Hex color #213643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213643 is #DEC9BC. Grayscale: #313131. Windows color (decimal): -14600637 or 4404769. OLE color: 4404769.
HSL color Cylindrical-coordinate representation of color #213643: hue angle of 202.94º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213643 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 54 | 67 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.74 |
| HSL | 202.94º | 0.34% | 0.2% | - |
| HSV(B) | 202.94º | 0.51% | 0.26% | - |
| XYZ | 2.96 | 3.37 | 5.8 | - |
| YUV | 49.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 67 | 0.51 | 0.19 | 0 | 0.74 | 202.94 | 0.34 | 0.2 |
| Hex | 21 | 36 | 43 | 33 | 13 | 0 | 4A | CB | 22 | 14 |
| Octal | 41 | 66 | 103 | 63 | 23 | 0 | 112 | 313 | 42 | 24 |
| Binary | 100001 | 110110 | 1000011 | 110011 | 10011 | 0 | 1001010 | 11001011 | 100010 | 10100 |
Color Harmonies of #213643
Complementary color
Monochromatic Colors of #213643
Black with #213643
Text Example
Text Example
White with #213643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213643; }
p { color: rgb(33,54,67); }
H1.HeaderClassName
{
color: #213643;
}
.AnyTagClassName
{
color: #213643;
}
</style>
background-color css
<style>
a { background-color: #213643; }
a { background-color: rgb(33,54,67); }
div.DivClassName
{
background-color: #213643;
}
.BgClassName
{
background-color: #213643;
}
</style>
border-color css
<style>
span { border-color: #213643; }
span { border-color: rgb(33,54,67); }
td.TdClassName
{
border-color: #213643;
}
.TagClassName
{
border-color: #213643;
}
</style>