Shades of Blue Whale #163342
Tints of Blue Whale #163342
RGB
CMYK
RGB Variations
Color information
#163342 (or 0x163342) is known color: Blue Whale. HEX triplet: 16, 33 and 42. RGB value is (22,51,66). Sum of RGB (Red+Green+Blue) = 22+51+66=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #163342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163342 is #E9CCBD. Grayscale: #2B2B2B. Windows color (decimal): -15322302 or 4338454. OLE color: 4338454.
HSL color Cylindrical-coordinate representation of color #163342: hue angle of 200.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163342 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 51 | 66 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.74 |
| HSL | 200.45º | 0.5% | 0.17% | - |
| HSV(B) | 200.45º | 0.67% | 0.26% | - |
| XYZ | 2.5 | 2.93 | 5.59 | - |
| YUV | 44.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 66 | 0.67 | 0.23 | 0 | 0.74 | 200.45 | 0.5 | 0.17 |
| Hex | 16 | 33 | 42 | 43 | 17 | 0 | 4A | C8 | 32 | 11 |
| Octal | 26 | 63 | 102 | 103 | 27 | 0 | 112 | 310 | 62 | 21 |
| Binary | 10110 | 110011 | 1000010 | 1000011 | 10111 | 0 | 1001010 | 11001000 | 110010 | 10001 |
Color Harmonies of #163342
Complementary color
Monochromatic Colors of #163342
Black with #163342
Text Example
Text Example
White with #163342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163342; }
p { color: rgb(22,51,66); }
H1.HeaderClassName
{
color: #163342;
}
.AnyTagClassName
{
color: #163342;
}
</style>
background-color css
<style>
a { background-color: #163342; }
a { background-color: rgb(22,51,66); }
div.DivClassName
{
background-color: #163342;
}
.BgClassName
{
background-color: #163342;
}
</style>
border-color css
<style>
span { border-color: #163342; }
span { border-color: rgb(22,51,66); }
td.TdClassName
{
border-color: #163342;
}
.TagClassName
{
border-color: #163342;
}
</style>