Shades of Blue Whale #17344D
Tints of Blue Whale #17344D
RGB
CMYK
RGB Variations
Color information
#17344D (or 0x17344D) is known color: Blue Whale. HEX triplet: 17, 34 and 4D. RGB value is (23,52,77). Sum of RGB (Red+Green+Blue) = 23+52+77=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #17344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17344D is #E8CBB2. Grayscale: #2E2E2E. Windows color (decimal): -15256499 or 5059607. OLE color: 5059607.
HSL color Cylindrical-coordinate representation of color #17344D: hue angle of 207.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17344D is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 52 | 77 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.70 |
| HSL | 207.78º | 0.54% | 0.2% | - |
| HSV(B) | 207.78º | 0.7% | 0.3% | - |
| XYZ | 2.92 | 3.17 | 7.48 | - |
| YUV | 46.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 77 | 0.70 | 0.32 | 0 | 0.70 | 207.78 | 0.54 | 0.2 |
| Hex | 17 | 34 | 4D | 46 | 20 | 0 | 46 | D0 | 36 | 14 |
| Octal | 27 | 64 | 115 | 106 | 40 | 0 | 106 | 320 | 66 | 24 |
| Binary | 10111 | 110100 | 1001101 | 1000110 | 100000 | 0 | 1000110 | 11010000 | 110110 | 10100 |
Color Harmonies of #17344D
Complementary color
Monochromatic Colors of #17344D
Black with #17344D
Text Example
Text Example
White with #17344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17344D; }
p { color: rgb(23,52,77); }
H1.HeaderClassName
{
color: #17344D;
}
.AnyTagClassName
{
color: #17344D;
}
</style>
background-color css
<style>
a { background-color: #17344D; }
a { background-color: rgb(23,52,77); }
div.DivClassName
{
background-color: #17344D;
}
.BgClassName
{
background-color: #17344D;
}
</style>
border-color css
<style>
span { border-color: #17344D; }
span { border-color: rgb(23,52,77); }
td.TdClassName
{
border-color: #17344D;
}
.TagClassName
{
border-color: #17344D;
}
</style>