Shades of Blue Whale #163446
Tints of Blue Whale #163446
RGB
CMYK
RGB Variations
Color information
#163446 (or 0x163446) is known color: Blue Whale. HEX triplet: 16, 34 and 46. RGB value is (22,52,70). Sum of RGB (Red+Green+Blue) = 22+52+70=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #163446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163446 is #E9CBB9. Grayscale: #2C2C2C. Windows color (decimal): -15322042 or 4600854. OLE color: 4600854.
HSL color Cylindrical-coordinate representation of color #163446: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163446 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 52 | 70 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.73 |
| HSL | 202.5º | 0.52% | 0.18% | - |
| HSV(B) | 202.5º | 0.69% | 0.27% | - |
| XYZ | 2.66 | 3.07 | 6.25 | - |
| YUV | 45.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 70 | 0.69 | 0.26 | 0 | 0.73 | 202.5 | 0.52 | 0.18 |
| Hex | 16 | 34 | 46 | 45 | 1A | 0 | 49 | CA | 34 | 12 |
| Octal | 26 | 64 | 106 | 105 | 32 | 0 | 111 | 312 | 64 | 22 |
| Binary | 10110 | 110100 | 1000110 | 1000101 | 11010 | 0 | 1001001 | 11001010 | 110100 | 10010 |
Color Harmonies of #163446
Complementary color
Monochromatic Colors of #163446
Black with #163446
Text Example
Text Example
White with #163446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163446; }
p { color: rgb(22,52,70); }
H1.HeaderClassName
{
color: #163446;
}
.AnyTagClassName
{
color: #163446;
}
</style>
background-color css
<style>
a { background-color: #163446; }
a { background-color: rgb(22,52,70); }
div.DivClassName
{
background-color: #163446;
}
.BgClassName
{
background-color: #163446;
}
</style>
border-color css
<style>
span { border-color: #163446; }
span { border-color: rgb(22,52,70); }
td.TdClassName
{
border-color: #163446;
}
.TagClassName
{
border-color: #163446;
}
</style>