Shades of Blue Whale #16374D
Tints of Blue Whale #16374D
RGB
CMYK
RGB Variations
Color information
#16374D (or 0x16374D) is known color: Blue Whale. HEX triplet: 16, 37 and 4D. RGB value is (22,55,77). Sum of RGB (Red+Green+Blue) = 22+55+77=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #16374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16374D is #E9C8B2. Grayscale: #2F2F2F. Windows color (decimal): -15321267 or 5060374. OLE color: 5060374.
HSL color Cylindrical-coordinate representation of color #16374D: hue angle of 204º degrees, saturation: 0.56, 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 #16374D is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 55 | 77 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.70 |
| HSL | 204º | 0.56% | 0.19% | - |
| HSV(B) | 204º | 0.71% | 0.3% | - |
| XYZ | 3.04 | 3.44 | 7.52 | - |
| YUV | 47.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 77 | 0.71 | 0.29 | 0 | 0.70 | 204 | 0.56 | 0.19 |
| Hex | 16 | 37 | 4D | 47 | 1D | 0 | 46 | CC | 38 | 13 |
| Octal | 26 | 67 | 115 | 107 | 35 | 0 | 106 | 314 | 70 | 23 |
| Binary | 10110 | 110111 | 1001101 | 1000111 | 11101 | 0 | 1000110 | 11001100 | 111000 | 10011 |
Color Harmonies of #16374D
Complementary color
Monochromatic Colors of #16374D
Black with #16374D
Text Example
Text Example
White with #16374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16374D; }
p { color: rgb(22,55,77); }
H1.HeaderClassName
{
color: #16374D;
}
.AnyTagClassName
{
color: #16374D;
}
</style>
background-color css
<style>
a { background-color: #16374D; }
a { background-color: rgb(22,55,77); }
div.DivClassName
{
background-color: #16374D;
}
.BgClassName
{
background-color: #16374D;
}
</style>
border-color css
<style>
span { border-color: #16374D; }
span { border-color: rgb(22,55,77); }
td.TdClassName
{
border-color: #16374D;
}
.TagClassName
{
border-color: #16374D;
}
</style>