Shades of Blue Whale #16344B
Tints of Blue Whale #16344B
RGB
CMYK
RGB Variations
Color information
#16344B (or 0x16344B) is known color: Blue Whale. HEX triplet: 16, 34 and 4B. RGB value is (22,52,75). Sum of RGB (Red+Green+Blue) = 22+52+75=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #16344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16344B is #E9CBB4. Grayscale: #2D2D2D. Windows color (decimal): -15322037 or 4928534. OLE color: 4928534.
HSL color Cylindrical-coordinate representation of color #16344B: hue angle of 206.04º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16344B is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 52 | 75 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.71 |
| HSL | 206.04º | 0.55% | 0.19% | - |
| HSV(B) | 206.04º | 0.71% | 0.29% | - |
| XYZ | 2.83 | 3.13 | 7.11 | - |
| YUV | 45.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 75 | 0.71 | 0.31 | 0 | 0.71 | 206.04 | 0.55 | 0.19 |
| Hex | 16 | 34 | 4B | 47 | 1F | 0 | 47 | CE | 37 | 13 |
| Octal | 26 | 64 | 113 | 107 | 37 | 0 | 107 | 316 | 67 | 23 |
| Binary | 10110 | 110100 | 1001011 | 1000111 | 11111 | 0 | 1000111 | 11001110 | 110111 | 10011 |
Color Harmonies of #16344B
Complementary color
Monochromatic Colors of #16344B
Black with #16344B
Text Example
Text Example
White with #16344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16344B; }
p { color: rgb(22,52,75); }
H1.HeaderClassName
{
color: #16344B;
}
.AnyTagClassName
{
color: #16344B;
}
</style>
background-color css
<style>
a { background-color: #16344B; }
a { background-color: rgb(22,52,75); }
div.DivClassName
{
background-color: #16344B;
}
.BgClassName
{
background-color: #16344B;
}
</style>
border-color css
<style>
span { border-color: #16344B; }
span { border-color: rgb(22,52,75); }
td.TdClassName
{
border-color: #16344B;
}
.TagClassName
{
border-color: #16344B;
}
</style>