Shades of Blue Whale #16344D
Tints of Blue Whale #16344D
RGB
CMYK
RGB Variations
Color information
#16344D (or 0x16344D) is known color: Blue Whale. HEX triplet: 16, 34 and 4D. RGB value is (22,52,77). Sum of RGB (Red+Green+Blue) = 22+52+77=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #16344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16344D is #E9CBB2. Grayscale: #2D2D2D. Windows color (decimal): -15322035 or 5059606. OLE color: 5059606.
HSL color Cylindrical-coordinate representation of color #16344D: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16344D is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 52 | 77 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.70 |
| HSL | 207.27º | 0.56% | 0.19% | - |
| HSV(B) | 207.27º | 0.71% | 0.3% | - |
| XYZ | 2.9 | 3.16 | 7.48 | - |
| YUV | 45.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 77 | 0.71 | 0.32 | 0 | 0.70 | 207.27 | 0.56 | 0.19 |
| Hex | 16 | 34 | 4D | 47 | 20 | 0 | 46 | CF | 38 | 13 |
| Octal | 26 | 64 | 115 | 107 | 40 | 0 | 106 | 317 | 70 | 23 |
| Binary | 10110 | 110100 | 1001101 | 1000111 | 100000 | 0 | 1000110 | 11001111 | 111000 | 10011 |
Color Harmonies of #16344D
Complementary color
Monochromatic Colors of #16344D
Black with #16344D
Text Example
Text Example
White with #16344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16344D; }
p { color: rgb(22,52,77); }
H1.HeaderClassName
{
color: #16344D;
}
.AnyTagClassName
{
color: #16344D;
}
</style>
background-color css
<style>
a { background-color: #16344D; }
a { background-color: rgb(22,52,77); }
div.DivClassName
{
background-color: #16344D;
}
.BgClassName
{
background-color: #16344D;
}
</style>
border-color css
<style>
span { border-color: #16344D; }
span { border-color: rgb(22,52,77); }
td.TdClassName
{
border-color: #16344D;
}
.TagClassName
{
border-color: #16344D;
}
</style>