Shades of Blue Whale #17314E
Tints of Blue Whale #17314E
RGB
CMYK
RGB Variations
Color information
#17314E (or 0x17314E) is known color: Blue Whale. HEX triplet: 17, 31 and 4E. RGB value is (23,49,78). Sum of RGB (Red+Green+Blue) = 23+49+78=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #17314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17314E is #E8CEB1. Grayscale: #2C2C2C. Windows color (decimal): -15257266 or 5124375. OLE color: 5124375.
HSL color Cylindrical-coordinate representation of color #17314E: hue angle of 211.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17314E is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 49 | 78 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.69 |
| HSL | 211.64º | 0.54% | 0.2% | - |
| HSV(B) | 211.64º | 0.71% | 0.31% | - |
| XYZ | 2.83 | 2.93 | 7.62 | - |
| YUV | 44.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 78 | 0.71 | 0.37 | 0 | 0.69 | 211.64 | 0.54 | 0.2 |
| Hex | 17 | 31 | 4E | 47 | 25 | 0 | 45 | D4 | 36 | 14 |
| Octal | 27 | 61 | 116 | 107 | 45 | 0 | 105 | 324 | 66 | 24 |
| Binary | 10111 | 110001 | 1001110 | 1000111 | 100101 | 0 | 1000101 | 11010100 | 110110 | 10100 |
Color Harmonies of #17314E
Complementary color
Monochromatic Colors of #17314E
Black with #17314E
Text Example
Text Example
White with #17314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17314E; }
p { color: rgb(23,49,78); }
H1.HeaderClassName
{
color: #17314E;
}
.AnyTagClassName
{
color: #17314E;
}
</style>
background-color css
<style>
a { background-color: #17314E; }
a { background-color: rgb(23,49,78); }
div.DivClassName
{
background-color: #17314E;
}
.BgClassName
{
background-color: #17314E;
}
</style>
border-color css
<style>
span { border-color: #17314E; }
span { border-color: rgb(23,49,78); }
td.TdClassName
{
border-color: #17314E;
}
.TagClassName
{
border-color: #17314E;
}
</style>