Shades of Blue Whale #17354B
Tints of Blue Whale #17354B
RGB
CMYK
RGB Variations
Color information
#17354B (or 0x17354B) is known color: Blue Whale. HEX triplet: 17, 35 and 4B. RGB value is (23,53,75). Sum of RGB (Red+Green+Blue) = 23+53+75=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #17354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17354B is #E8CAB4. Grayscale: #2E2E2E. Windows color (decimal): -15256245 or 4928791. OLE color: 4928791.
HSL color Cylindrical-coordinate representation of color #17354B: hue angle of 205.38º 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 #17354B is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 53 | 75 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.71 |
| HSL | 205.38º | 0.53% | 0.19% | - |
| HSV(B) | 205.38º | 0.69% | 0.29% | - |
| XYZ | 2.9 | 3.24 | 7.13 | - |
| YUV | 46.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 75 | 0.69 | 0.29 | 0 | 0.71 | 205.38 | 0.53 | 0.19 |
| Hex | 17 | 35 | 4B | 45 | 1D | 0 | 47 | CD | 35 | 13 |
| Octal | 27 | 65 | 113 | 105 | 35 | 0 | 107 | 315 | 65 | 23 |
| Binary | 10111 | 110101 | 1001011 | 1000101 | 11101 | 0 | 1000111 | 11001101 | 110101 | 10011 |
Color Harmonies of #17354B
Complementary color
Monochromatic Colors of #17354B
Black with #17354B
Text Example
Text Example
White with #17354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17354B; }
p { color: rgb(23,53,75); }
H1.HeaderClassName
{
color: #17354B;
}
.AnyTagClassName
{
color: #17354B;
}
</style>
background-color css
<style>
a { background-color: #17354B; }
a { background-color: rgb(23,53,75); }
div.DivClassName
{
background-color: #17354B;
}
.BgClassName
{
background-color: #17354B;
}
</style>
border-color css
<style>
span { border-color: #17354B; }
span { border-color: rgb(23,53,75); }
td.TdClassName
{
border-color: #17354B;
}
.TagClassName
{
border-color: #17354B;
}
</style>