Shades of Blue Whale #17364D
Tints of Blue Whale #17364D
RGB
CMYK
RGB Variations
Color information
#17364D (or 0x17364D) is known color: Blue Whale. HEX triplet: 17, 36 and 4D. RGB value is (23,54,77). Sum of RGB (Red+Green+Blue) = 23+54+77=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #17364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17364D is #E8C9B2. Grayscale: #2F2F2F. Windows color (decimal): -15255987 or 5060119. OLE color: 5060119.
HSL color Cylindrical-coordinate representation of color #17364D: hue angle of 205.56º 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 #17364D is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 54 | 77 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.70 |
| HSL | 205.56º | 0.54% | 0.2% | - |
| HSV(B) | 205.56º | 0.7% | 0.3% | - |
| XYZ | 3.01 | 3.36 | 7.51 | - |
| YUV | 47.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 77 | 0.70 | 0.30 | 0 | 0.70 | 205.56 | 0.54 | 0.2 |
| Hex | 17 | 36 | 4D | 46 | 1E | 0 | 46 | CE | 36 | 14 |
| Octal | 27 | 66 | 115 | 106 | 36 | 0 | 106 | 316 | 66 | 24 |
| Binary | 10111 | 110110 | 1001101 | 1000110 | 11110 | 0 | 1000110 | 11001110 | 110110 | 10100 |
Color Harmonies of #17364D
Complementary color
Monochromatic Colors of #17364D
Black with #17364D
Text Example
Text Example
White with #17364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17364D; }
p { color: rgb(23,54,77); }
H1.HeaderClassName
{
color: #17364D;
}
.AnyTagClassName
{
color: #17364D;
}
</style>
background-color css
<style>
a { background-color: #17364D; }
a { background-color: rgb(23,54,77); }
div.DivClassName
{
background-color: #17364D;
}
.BgClassName
{
background-color: #17364D;
}
</style>
border-color css
<style>
span { border-color: #17364D; }
span { border-color: rgb(23,54,77); }
td.TdClassName
{
border-color: #17364D;
}
.TagClassName
{
border-color: #17364D;
}
</style>