Shades of Blue Whale #16344C
Tints of Blue Whale #16344C
RGB
CMYK
RGB Variations
Color information
#16344C (or 0x16344C) is known color: Blue Whale. HEX triplet: 16, 34 and 4C. RGB value is (22,52,76). Sum of RGB (Red+Green+Blue) = 22+52+76=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #16344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16344C is #E9CBB3. Grayscale: #2D2D2D. Windows color (decimal): -15322036 or 4994070. OLE color: 4994070.
HSL color Cylindrical-coordinate representation of color #16344C: hue angle of 206.67º degrees, saturation: 0.55, 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 #16344C is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 52 | 76 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.70 |
| HSL | 206.67º | 0.55% | 0.19% | - |
| HSV(B) | 206.67º | 0.71% | 0.3% | - |
| XYZ | 2.86 | 3.15 | 7.29 | - |
| YUV | 45.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 76 | 0.71 | 0.32 | 0 | 0.70 | 206.67 | 0.55 | 0.19 |
| Hex | 16 | 34 | 4C | 47 | 20 | 0 | 46 | CF | 37 | 13 |
| Octal | 26 | 64 | 114 | 107 | 40 | 0 | 106 | 317 | 67 | 23 |
| Binary | 10110 | 110100 | 1001100 | 1000111 | 100000 | 0 | 1000110 | 11001111 | 110111 | 10011 |
Color Harmonies of #16344C
Complementary color
Monochromatic Colors of #16344C
Black with #16344C
Text Example
Text Example
White with #16344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16344C; }
p { color: rgb(22,52,76); }
H1.HeaderClassName
{
color: #16344C;
}
.AnyTagClassName
{
color: #16344C;
}
</style>
background-color css
<style>
a { background-color: #16344C; }
a { background-color: rgb(22,52,76); }
div.DivClassName
{
background-color: #16344C;
}
.BgClassName
{
background-color: #16344C;
}
</style>
border-color css
<style>
span { border-color: #16344C; }
span { border-color: rgb(22,52,76); }
td.TdClassName
{
border-color: #16344C;
}
.TagClassName
{
border-color: #16344C;
}
</style>