Shades of Blue Whale #163346
Tints of Blue Whale #163346
RGB
CMYK
RGB Variations
Color information
#163346 (or 0x163346) is known color: Blue Whale. HEX triplet: 16, 33 and 46. RGB value is (22,51,70). Sum of RGB (Red+Green+Blue) = 22+51+70=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #163346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163346 is #E9CCB9. Grayscale: #2C2C2C. Windows color (decimal): -15322298 or 4600598. OLE color: 4600598.
HSL color Cylindrical-coordinate representation of color #163346: hue angle of 203.75º 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 #163346 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 51 | 70 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.73 |
| HSL | 203.75º | 0.52% | 0.18% | - |
| HSV(B) | 203.75º | 0.69% | 0.27% | - |
| XYZ | 2.62 | 2.98 | 6.23 | - |
| YUV | 44.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 70 | 0.69 | 0.27 | 0 | 0.73 | 203.75 | 0.52 | 0.18 |
| Hex | 16 | 33 | 46 | 45 | 1B | 0 | 49 | CC | 34 | 12 |
| Octal | 26 | 63 | 106 | 105 | 33 | 0 | 111 | 314 | 64 | 22 |
| Binary | 10110 | 110011 | 1000110 | 1000101 | 11011 | 0 | 1001001 | 11001100 | 110100 | 10010 |
Color Harmonies of #163346
Complementary color
Monochromatic Colors of #163346
Black with #163346
Text Example
Text Example
White with #163346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163346; }
p { color: rgb(22,51,70); }
H1.HeaderClassName
{
color: #163346;
}
.AnyTagClassName
{
color: #163346;
}
</style>
background-color css
<style>
a { background-color: #163346; }
a { background-color: rgb(22,51,70); }
div.DivClassName
{
background-color: #163346;
}
.BgClassName
{
background-color: #163346;
}
</style>
border-color css
<style>
span { border-color: #163346; }
span { border-color: rgb(22,51,70); }
td.TdClassName
{
border-color: #163346;
}
.TagClassName
{
border-color: #163346;
}
</style>