Shades of Blue Whale #173245
Tints of Blue Whale #173245
RGB
CMYK
RGB Variations
Color information
#173245 (or 0x173245) is known color: Blue Whale. HEX triplet: 17, 32 and 45. RGB value is (23,50,69). Sum of RGB (Red+Green+Blue) = 23+50+69=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #173245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173245 is #E8CDBA. Grayscale: #2B2B2B. Windows color (decimal): -15257019 or 4534807. OLE color: 4534807.
HSL color Cylindrical-coordinate representation of color #173245: hue angle of 204.78º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #173245 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 50 | 69 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.73 |
| HSL | 204.78º | 0.5% | 0.18% | - |
| HSV(B) | 204.78º | 0.67% | 0.27% | - |
| XYZ | 2.57 | 2.89 | 6.05 | - |
| YUV | 44.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 69 | 0.67 | 0.28 | 0 | 0.73 | 204.78 | 0.5 | 0.18 |
| Hex | 17 | 32 | 45 | 43 | 1C | 0 | 49 | CD | 32 | 12 |
| Octal | 27 | 62 | 105 | 103 | 34 | 0 | 111 | 315 | 62 | 22 |
| Binary | 10111 | 110010 | 1000101 | 1000011 | 11100 | 0 | 1001001 | 11001101 | 110010 | 10010 |
Color Harmonies of #173245
Complementary color
Monochromatic Colors of #173245
Black with #173245
Text Example
Text Example
White with #173245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173245; }
p { color: rgb(23,50,69); }
H1.HeaderClassName
{
color: #173245;
}
.AnyTagClassName
{
color: #173245;
}
</style>
background-color css
<style>
a { background-color: #173245; }
a { background-color: rgb(23,50,69); }
div.DivClassName
{
background-color: #173245;
}
.BgClassName
{
background-color: #173245;
}
</style>
border-color css
<style>
span { border-color: #173245; }
span { border-color: rgb(23,50,69); }
td.TdClassName
{
border-color: #173245;
}
.TagClassName
{
border-color: #173245;
}
</style>