Shades of Blue Whale #163349
Tints of Blue Whale #163349
RGB
CMYK
RGB Variations
Color information
#163349 (or 0x163349) is known color: Blue Whale. HEX triplet: 16, 33 and 49. RGB value is (22,51,73). Sum of RGB (Red+Green+Blue) = 22+51+73=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #163349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163349 is #E9CCB6. Grayscale: #2C2C2C. Windows color (decimal): -15322295 or 4797206. OLE color: 4797206.
HSL color Cylindrical-coordinate representation of color #163349: hue angle of 205.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163349 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 51 | 73 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.71 |
| HSL | 205.88º | 0.54% | 0.19% | - |
| HSV(B) | 205.88º | 0.7% | 0.29% | - |
| XYZ | 2.72 | 3.02 | 6.74 | - |
| YUV | 44.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 73 | 0.70 | 0.30 | 0 | 0.71 | 205.88 | 0.54 | 0.19 |
| Hex | 16 | 33 | 49 | 46 | 1E | 0 | 47 | CE | 36 | 13 |
| Octal | 26 | 63 | 111 | 106 | 36 | 0 | 107 | 316 | 66 | 23 |
| Binary | 10110 | 110011 | 1001001 | 1000110 | 11110 | 0 | 1000111 | 11001110 | 110110 | 10011 |
Color Harmonies of #163349
Complementary color
Monochromatic Colors of #163349
Black with #163349
Text Example
Text Example
White with #163349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163349; }
p { color: rgb(22,51,73); }
H1.HeaderClassName
{
color: #163349;
}
.AnyTagClassName
{
color: #163349;
}
</style>
background-color css
<style>
a { background-color: #163349; }
a { background-color: rgb(22,51,73); }
div.DivClassName
{
background-color: #163349;
}
.BgClassName
{
background-color: #163349;
}
</style>
border-color css
<style>
span { border-color: #163349; }
span { border-color: rgb(22,51,73); }
td.TdClassName
{
border-color: #163349;
}
.TagClassName
{
border-color: #163349;
}
</style>