Shades of Blue Whale #17394B
Tints of Blue Whale #17394B
RGB
CMYK
RGB Variations
Color information
#17394B (or 0x17394B) is known color: Blue Whale. HEX triplet: 17, 39 and 4B. RGB value is (23,57,75). Sum of RGB (Red+Green+Blue) = 23+57+75=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #17394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17394B is #E8C6B4. Grayscale: #303030. Windows color (decimal): -15255221 or 4929815. OLE color: 4929815.
HSL color Cylindrical-coordinate representation of color #17394B: hue angle of 200.77º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17394B is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 57 | 75 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.71 |
| HSL | 200.77º | 0.53% | 0.19% | - |
| HSV(B) | 200.77º | 0.69% | 0.29% | - |
| XYZ | 3.09 | 3.62 | 7.19 | - |
| YUV | 48.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 75 | 0.69 | 0.24 | 0 | 0.71 | 200.77 | 0.53 | 0.19 |
| Hex | 17 | 39 | 4B | 45 | 18 | 0 | 47 | C9 | 35 | 13 |
| Octal | 27 | 71 | 113 | 105 | 30 | 0 | 107 | 311 | 65 | 23 |
| Binary | 10111 | 111001 | 1001011 | 1000101 | 11000 | 0 | 1000111 | 11001001 | 110101 | 10011 |
Color Harmonies of #17394B
Complementary color
Monochromatic Colors of #17394B
Black with #17394B
Text Example
Text Example
White with #17394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17394B; }
p { color: rgb(23,57,75); }
H1.HeaderClassName
{
color: #17394B;
}
.AnyTagClassName
{
color: #17394B;
}
</style>
background-color css
<style>
a { background-color: #17394B; }
a { background-color: rgb(23,57,75); }
div.DivClassName
{
background-color: #17394B;
}
.BgClassName
{
background-color: #17394B;
}
</style>
border-color css
<style>
span { border-color: #17394B; }
span { border-color: rgb(23,57,75); }
td.TdClassName
{
border-color: #17394B;
}
.TagClassName
{
border-color: #17394B;
}
</style>