Shades of Catalina Blue #17345E
Tints of Catalina Blue #17345E
RGB
CMYK
RGB Variations
Color information
#17345E (or 0x17345E) is known color: Catalina Blue. HEX triplet: 17, 34 and 5E. RGB value is (23,52,94). Sum of RGB (Red+Green+Blue) = 23+52+94=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #17345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17345E is #E8CBA1. Grayscale: #2F2F2F. Windows color (decimal): -15256482 or 6173719. OLE color: 6173719.
HSL color Cylindrical-coordinate representation of color #17345E: hue angle of 215.49º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17345E is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 52 | 94 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.63 |
| HSL | 215.49º | 0.61% | 0.23% | - |
| HSV(B) | 215.49º | 0.76% | 0.37% | - |
| XYZ | 3.6 | 3.45 | 11.07 | - |
| YUV | 48.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 94 | 0.76 | 0.45 | 0 | 0.63 | 215.49 | 0.61 | 0.23 |
| Hex | 17 | 34 | 5E | 4C | 2D | 0 | 3F | D7 | 3D | 17 |
| Octal | 27 | 64 | 136 | 114 | 55 | 0 | 77 | 327 | 75 | 27 |
| Binary | 10111 | 110100 | 1011110 | 1001100 | 101101 | 0 | 111111 | 11010111 | 111101 | 10111 |
Color Harmonies of #17345E
Complementary color
Monochromatic Colors of #17345E
Black with #17345E
Text Example
Text Example
White with #17345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17345E; }
p { color: rgb(23,52,94); }
H1.HeaderClassName
{
color: #17345E;
}
.AnyTagClassName
{
color: #17345E;
}
</style>
background-color css
<style>
a { background-color: #17345E; }
a { background-color: rgb(23,52,94); }
div.DivClassName
{
background-color: #17345E;
}
.BgClassName
{
background-color: #17345E;
}
</style>
border-color css
<style>
span { border-color: #17345E; }
span { border-color: rgb(23,52,94); }
td.TdClassName
{
border-color: #17345E;
}
.TagClassName
{
border-color: #17345E;
}
</style>