Shades of Blue Whale #173442
Tints of Blue Whale #173442
RGB
CMYK
RGB Variations
Color information
#173442 (or 0x173442) is known color: Blue Whale. HEX triplet: 17, 34 and 42. RGB value is (23,52,66). Sum of RGB (Red+Green+Blue) = 23+52+66=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #173442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173442 is #E8CBBD. Grayscale: #2C2C2C. Windows color (decimal): -15256510 or 4338711. OLE color: 4338711.
HSL color Cylindrical-coordinate representation of color #173442: hue angle of 199.53º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173442 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 52 | 66 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.74 |
| HSL | 199.53º | 0.48% | 0.17% | - |
| HSV(B) | 199.53º | 0.65% | 0.26% | - |
| XYZ | 2.56 | 3.03 | 5.6 | - |
| YUV | 44.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 66 | 0.65 | 0.21 | 0 | 0.74 | 199.53 | 0.48 | 0.17 |
| Hex | 17 | 34 | 42 | 41 | 15 | 0 | 4A | C8 | 30 | 11 |
| Octal | 27 | 64 | 102 | 101 | 25 | 0 | 112 | 310 | 60 | 21 |
| Binary | 10111 | 110100 | 1000010 | 1000001 | 10101 | 0 | 1001010 | 11001000 | 110000 | 10001 |
Color Harmonies of #173442
Complementary color
Monochromatic Colors of #173442
Black with #173442
Text Example
Text Example
White with #173442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173442; }
p { color: rgb(23,52,66); }
H1.HeaderClassName
{
color: #173442;
}
.AnyTagClassName
{
color: #173442;
}
</style>
background-color css
<style>
a { background-color: #173442; }
a { background-color: rgb(23,52,66); }
div.DivClassName
{
background-color: #173442;
}
.BgClassName
{
background-color: #173442;
}
</style>
border-color css
<style>
span { border-color: #173442; }
span { border-color: rgb(23,52,66); }
td.TdClassName
{
border-color: #173442;
}
.TagClassName
{
border-color: #173442;
}
</style>