Shades of Blue Whale #16323D
Tints of Blue Whale #16323D
RGB
CMYK
RGB Variations
Color information
#16323D (or 0x16323D) is known color: Blue Whale. HEX triplet: 16, 32 and 3D. RGB value is (22,50,61). Sum of RGB (Red+Green+Blue) = 22+50+61=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #16323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16323D is #E9CDC2. Grayscale: #2A2A2A. Windows color (decimal): -15322563 or 4010518. OLE color: 4010518.
HSL color Cylindrical-coordinate representation of color #16323D: hue angle of 196.92º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16323D is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 50 | 61 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.76 |
| HSL | 196.92º | 0.47% | 0.16% | - |
| HSV(B) | 196.92º | 0.64% | 0.24% | - |
| XYZ | 2.31 | 2.79 | 4.83 | - |
| YUV | 42.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 61 | 0.64 | 0.18 | 0 | 0.76 | 196.92 | 0.47 | 0.16 |
| Hex | 16 | 32 | 3D | 40 | 12 | 0 | 4C | C5 | 2F | 10 |
| Octal | 26 | 62 | 75 | 100 | 22 | 0 | 114 | 305 | 57 | 20 |
| Binary | 10110 | 110010 | 111101 | 1000000 | 10010 | 0 | 1001100 | 11000101 | 101111 | 10000 |
Color Harmonies of #16323D
Complementary color
Monochromatic Colors of #16323D
Black with #16323D
Text Example
Text Example
White with #16323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16323D; }
p { color: rgb(22,50,61); }
H1.HeaderClassName
{
color: #16323D;
}
.AnyTagClassName
{
color: #16323D;
}
</style>
background-color css
<style>
a { background-color: #16323D; }
a { background-color: rgb(22,50,61); }
div.DivClassName
{
background-color: #16323D;
}
.BgClassName
{
background-color: #16323D;
}
</style>
border-color css
<style>
span { border-color: #16323D; }
span { border-color: rgb(22,50,61); }
td.TdClassName
{
border-color: #16323D;
}
.TagClassName
{
border-color: #16323D;
}
</style>