Shades of Blue Whale #17334B
Tints of Blue Whale #17334B
RGB
CMYK
RGB Variations
Color information
#17334B (or 0x17334B) is known color: Blue Whale. HEX triplet: 17, 33 and 4B. RGB value is (23,51,75). Sum of RGB (Red+Green+Blue) = 23+51+75=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #17334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17334B is #E8CCB4. Grayscale: #2D2D2D. Windows color (decimal): -15256757 or 4928279. OLE color: 4928279.
HSL color Cylindrical-coordinate representation of color #17334B: hue angle of 207.69º 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 #17334B is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 51 | 75 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.71 |
| HSL | 207.69º | 0.53% | 0.19% | - |
| HSV(B) | 207.69º | 0.69% | 0.29% | - |
| XYZ | 2.81 | 3.06 | 7.1 | - |
| YUV | 45.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 75 | 0.69 | 0.32 | 0 | 0.71 | 207.69 | 0.53 | 0.19 |
| Hex | 17 | 33 | 4B | 45 | 20 | 0 | 47 | D0 | 35 | 13 |
| Octal | 27 | 63 | 113 | 105 | 40 | 0 | 107 | 320 | 65 | 23 |
| Binary | 10111 | 110011 | 1001011 | 1000101 | 100000 | 0 | 1000111 | 11010000 | 110101 | 10011 |
Color Harmonies of #17334B
Complementary color
Monochromatic Colors of #17334B
Black with #17334B
Text Example
Text Example
White with #17334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17334B; }
p { color: rgb(23,51,75); }
H1.HeaderClassName
{
color: #17334B;
}
.AnyTagClassName
{
color: #17334B;
}
</style>
background-color css
<style>
a { background-color: #17334B; }
a { background-color: rgb(23,51,75); }
div.DivClassName
{
background-color: #17334B;
}
.BgClassName
{
background-color: #17334B;
}
</style>
border-color css
<style>
span { border-color: #17334B; }
span { border-color: rgb(23,51,75); }
td.TdClassName
{
border-color: #17334B;
}
.TagClassName
{
border-color: #17334B;
}
</style>