Shades of Blue Whale #16324C
Tints of Blue Whale #16324C
RGB
CMYK
RGB Variations
Color information
#16324C (or 0x16324C) is known color: Blue Whale. HEX triplet: 16, 32 and 4C. RGB value is (22,50,76). Sum of RGB (Red+Green+Blue) = 22+50+76=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #16324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16324C is #E9CDB3. Grayscale: #2C2C2C. Windows color (decimal): -15322548 or 4993558. OLE color: 4993558.
HSL color Cylindrical-coordinate representation of color #16324C: hue angle of 208.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16324C is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 50 | 76 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.70 |
| HSL | 208.89º | 0.55% | 0.19% | - |
| HSV(B) | 208.89º | 0.71% | 0.3% | - |
| XYZ | 2.78 | 2.97 | 7.27 | - |
| YUV | 44.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 76 | 0.71 | 0.34 | 0 | 0.70 | 208.89 | 0.55 | 0.19 |
| Hex | 16 | 32 | 4C | 47 | 22 | 0 | 46 | D1 | 37 | 13 |
| Octal | 26 | 62 | 114 | 107 | 42 | 0 | 106 | 321 | 67 | 23 |
| Binary | 10110 | 110010 | 1001100 | 1000111 | 100010 | 0 | 1000110 | 11010001 | 110111 | 10011 |
Color Harmonies of #16324C
Complementary color
Monochromatic Colors of #16324C
Black with #16324C
Text Example
Text Example
White with #16324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16324C; }
p { color: rgb(22,50,76); }
H1.HeaderClassName
{
color: #16324C;
}
.AnyTagClassName
{
color: #16324C;
}
</style>
background-color css
<style>
a { background-color: #16324C; }
a { background-color: rgb(22,50,76); }
div.DivClassName
{
background-color: #16324C;
}
.BgClassName
{
background-color: #16324C;
}
</style>
border-color css
<style>
span { border-color: #16324C; }
span { border-color: rgb(22,50,76); }
td.TdClassName
{
border-color: #16324C;
}
.TagClassName
{
border-color: #16324C;
}
</style>