Shades of Catalina Blue #173460
Tints of Catalina Blue #173460
RGB
CMYK
RGB Variations
Color information
#173460 (or 0x173460) is known color: Catalina Blue. HEX triplet: 17, 34 and 60. RGB value is (23,52,96). Sum of RGB (Red+Green+Blue) = 23+52+96=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #173460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173460 is #E8CB9F. Grayscale: #303030. Windows color (decimal): -15256480 or 6304791. OLE color: 6304791.
HSL color Cylindrical-coordinate representation of color #173460: hue angle of 216.16º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173460 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 52 | 96 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.62 |
| HSL | 216.16º | 0.61% | 0.23% | - |
| HSV(B) | 216.16º | 0.76% | 0.38% | - |
| XYZ | 3.69 | 3.48 | 11.54 | - |
| YUV | 48.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 96 | 0.76 | 0.46 | 0 | 0.62 | 216.16 | 0.61 | 0.23 |
| Hex | 17 | 34 | 60 | 4C | 2E | 0 | 3E | D8 | 3D | 17 |
| Octal | 27 | 64 | 140 | 114 | 56 | 0 | 76 | 330 | 75 | 27 |
| Binary | 10111 | 110100 | 1100000 | 1001100 | 101110 | 0 | 111110 | 11011000 | 111101 | 10111 |
Color Harmonies of #173460
Complementary color
Monochromatic Colors of #173460
Black with #173460
Text Example
Text Example
White with #173460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173460; }
p { color: rgb(23,52,96); }
H1.HeaderClassName
{
color: #173460;
}
.AnyTagClassName
{
color: #173460;
}
</style>
background-color css
<style>
a { background-color: #173460; }
a { background-color: rgb(23,52,96); }
div.DivClassName
{
background-color: #173460;
}
.BgClassName
{
background-color: #173460;
}
</style>
border-color css
<style>
span { border-color: #173460; }
span { border-color: rgb(23,52,96); }
td.TdClassName
{
border-color: #173460;
}
.TagClassName
{
border-color: #173460;
}
</style>