Shades of Blue Whale #17313C
Tints of Blue Whale #17313C
RGB
CMYK
RGB Variations
Color information
#17313C (or 0x17313C) is known color: Blue Whale. HEX triplet: 17, 31 and 3C. RGB value is (23,49,60). Sum of RGB (Red+Green+Blue) = 23+49+60=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #17313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17313C is #E8CEC3. Grayscale: #2A2A2A. Windows color (decimal): -15257284 or 3944727. OLE color: 3944727.
HSL color Cylindrical-coordinate representation of color #17313C: hue angle of 197.84º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #17313C is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 49 | 60 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.76 |
| HSL | 197.84º | 0.45% | 0.16% | - |
| HSV(B) | 197.84º | 0.62% | 0.24% | - |
| XYZ | 2.27 | 2.71 | 4.68 | - |
| YUV | 42.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 60 | 0.62 | 0.18 | 0 | 0.76 | 197.84 | 0.45 | 0.16 |
| Hex | 17 | 31 | 3C | 3E | 12 | 0 | 4C | C6 | 2D | 10 |
| Octal | 27 | 61 | 74 | 76 | 22 | 0 | 114 | 306 | 55 | 20 |
| Binary | 10111 | 110001 | 111100 | 111110 | 10010 | 0 | 1001100 | 11000110 | 101101 | 10000 |
Color Harmonies of #17313C
Complementary color
Monochromatic Colors of #17313C
Black with #17313C
Text Example
Text Example
White with #17313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17313C; }
p { color: rgb(23,49,60); }
H1.HeaderClassName
{
color: #17313C;
}
.AnyTagClassName
{
color: #17313C;
}
</style>
background-color css
<style>
a { background-color: #17313C; }
a { background-color: rgb(23,49,60); }
div.DivClassName
{
background-color: #17313C;
}
.BgClassName
{
background-color: #17313C;
}
</style>
border-color css
<style>
span { border-color: #17313C; }
span { border-color: rgb(23,49,60); }
td.TdClassName
{
border-color: #17313C;
}
.TagClassName
{
border-color: #17313C;
}
</style>