Shades of Catalina Blue #17325E
Tints of Catalina Blue #17325E
RGB
CMYK
RGB Variations
Color information
#17325E (or 0x17325E) is known color: Catalina Blue. HEX triplet: 17, 32 and 5E. RGB value is (23,50,94). Sum of RGB (Red+Green+Blue) = 23+50+94=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #17325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17325E is #E8CDA1. Grayscale: #2E2E2E. Windows color (decimal): -15256994 or 6173207. OLE color: 6173207.
HSL color Cylindrical-coordinate representation of color #17325E: hue angle of 217.18º 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 #17325E is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 50 | 94 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.63 |
| HSL | 217.18º | 0.61% | 0.23% | - |
| HSV(B) | 217.18º | 0.76% | 0.37% | - |
| XYZ | 3.51 | 3.27 | 11.04 | - |
| YUV | 46.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 94 | 0.76 | 0.47 | 0 | 0.63 | 217.18 | 0.61 | 0.23 |
| Hex | 17 | 32 | 5E | 4C | 2F | 0 | 3F | D9 | 3D | 17 |
| Octal | 27 | 62 | 136 | 114 | 57 | 0 | 77 | 331 | 75 | 27 |
| Binary | 10111 | 110010 | 1011110 | 1001100 | 101111 | 0 | 111111 | 11011001 | 111101 | 10111 |
Color Harmonies of #17325E
Complementary color
Monochromatic Colors of #17325E
Black with #17325E
Text Example
Text Example
White with #17325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17325E; }
p { color: rgb(23,50,94); }
H1.HeaderClassName
{
color: #17325E;
}
.AnyTagClassName
{
color: #17325E;
}
</style>
background-color css
<style>
a { background-color: #17325E; }
a { background-color: rgb(23,50,94); }
div.DivClassName
{
background-color: #17325E;
}
.BgClassName
{
background-color: #17325E;
}
</style>
border-color css
<style>
span { border-color: #17325E; }
span { border-color: rgb(23,50,94); }
td.TdClassName
{
border-color: #17325E;
}
.TagClassName
{
border-color: #17325E;
}
</style>