Shades of Blue Whale #17303F
Tints of Blue Whale #17303F
RGB
CMYK
RGB Variations
Color information
#17303F (or 0x17303F) is known color: Blue Whale. HEX triplet: 17, 30 and 3F. RGB value is (23,48,63). Sum of RGB (Red+Green+Blue) = 23+48+63=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #17303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17303F is #E8CFC0. Grayscale: #2A2A2A. Windows color (decimal): -15257537 or 4141079. OLE color: 4141079.
HSL color Cylindrical-coordinate representation of color #17303F: hue angle of 202.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #17303F is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 48 | 63 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.75 |
| HSL | 202.5º | 0.47% | 0.17% | - |
| HSV(B) | 202.5º | 0.63% | 0.25% | - |
| XYZ | 2.31 | 2.65 | 5.09 | - |
| YUV | 42.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 63 | 0.63 | 0.24 | 0 | 0.75 | 202.5 | 0.47 | 0.17 |
| Hex | 17 | 30 | 3F | 3F | 18 | 0 | 4B | CA | 2F | 11 |
| Octal | 27 | 60 | 77 | 77 | 30 | 0 | 113 | 312 | 57 | 21 |
| Binary | 10111 | 110000 | 111111 | 111111 | 11000 | 0 | 1001011 | 11001010 | 101111 | 10001 |
Color Harmonies of #17303F
Complementary color
Monochromatic Colors of #17303F
Black with #17303F
Text Example
Text Example
White with #17303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17303F; }
p { color: rgb(23,48,63); }
H1.HeaderClassName
{
color: #17303F;
}
.AnyTagClassName
{
color: #17303F;
}
</style>
background-color css
<style>
a { background-color: #17303F; }
a { background-color: rgb(23,48,63); }
div.DivClassName
{
background-color: #17303F;
}
.BgClassName
{
background-color: #17303F;
}
</style>
border-color css
<style>
span { border-color: #17303F; }
span { border-color: rgb(23,48,63); }
td.TdClassName
{
border-color: #17303F;
}
.TagClassName
{
border-color: #17303F;
}
</style>