Shades of Blue Whale #163448
Tints of Blue Whale #163448
RGB
CMYK
RGB Variations
Color information
#163448 (or 0x163448) is known color: Blue Whale. HEX triplet: 16, 34 and 48. RGB value is (22,52,72). Sum of RGB (Red+Green+Blue) = 22+52+72=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #163448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163448 is #E9CBB7. Grayscale: #2D2D2D. Windows color (decimal): -15322040 or 4731926. OLE color: 4731926.
HSL color Cylindrical-coordinate representation of color #163448: hue angle of 204º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163448 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 52 | 72 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.72 |
| HSL | 204º | 0.53% | 0.18% | - |
| HSV(B) | 204º | 0.69% | 0.28% | - |
| XYZ | 2.73 | 3.09 | 6.58 | - |
| YUV | 45.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 72 | 0.69 | 0.28 | 0 | 0.72 | 204 | 0.53 | 0.18 |
| Hex | 16 | 34 | 48 | 45 | 1C | 0 | 48 | CC | 35 | 12 |
| Octal | 26 | 64 | 110 | 105 | 34 | 0 | 110 | 314 | 65 | 22 |
| Binary | 10110 | 110100 | 1001000 | 1000101 | 11100 | 0 | 1001000 | 11001100 | 110101 | 10010 |
Color Harmonies of #163448
Complementary color
Monochromatic Colors of #163448
Black with #163448
Text Example
Text Example
White with #163448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163448; }
p { color: rgb(22,52,72); }
H1.HeaderClassName
{
color: #163448;
}
.AnyTagClassName
{
color: #163448;
}
</style>
background-color css
<style>
a { background-color: #163448; }
a { background-color: rgb(22,52,72); }
div.DivClassName
{
background-color: #163448;
}
.BgClassName
{
background-color: #163448;
}
</style>
border-color css
<style>
span { border-color: #163448; }
span { border-color: rgb(22,52,72); }
td.TdClassName
{
border-color: #163448;
}
.TagClassName
{
border-color: #163448;
}
</style>