Shades of Catalina Blue #17315E
Tints of Catalina Blue #17315E
RGB
CMYK
RGB Variations
Color information
#17315E (or 0x17315E) is known color: Catalina Blue. HEX triplet: 17, 31 and 5E. RGB value is (23,49,94). Sum of RGB (Red+Green+Blue) = 23+49+94=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #17315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17315E is #E8CEA1. Grayscale: #2E2E2E. Windows color (decimal): -15257250 or 6172951. OLE color: 6172951.
HSL color Cylindrical-coordinate representation of color #17315E: hue angle of 218.03º 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 #17315E is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 49 | 94 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.63 |
| HSL | 218.03º | 0.61% | 0.23% | - |
| HSV(B) | 218.03º | 0.76% | 0.37% | - |
| XYZ | 3.47 | 3.19 | 11.02 | - |
| YUV | 46.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 94 | 0.76 | 0.48 | 0 | 0.63 | 218.03 | 0.61 | 0.23 |
| Hex | 17 | 31 | 5E | 4C | 30 | 0 | 3F | DA | 3D | 17 |
| Octal | 27 | 61 | 136 | 114 | 60 | 0 | 77 | 332 | 75 | 27 |
| Binary | 10111 | 110001 | 1011110 | 1001100 | 110000 | 0 | 111111 | 11011010 | 111101 | 10111 |
Color Harmonies of #17315E
Complementary color
Monochromatic Colors of #17315E
Black with #17315E
Text Example
Text Example
White with #17315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17315E; }
p { color: rgb(23,49,94); }
H1.HeaderClassName
{
color: #17315E;
}
.AnyTagClassName
{
color: #17315E;
}
</style>
background-color css
<style>
a { background-color: #17315E; }
a { background-color: rgb(23,49,94); }
div.DivClassName
{
background-color: #17315E;
}
.BgClassName
{
background-color: #17315E;
}
</style>
border-color css
<style>
span { border-color: #17315E; }
span { border-color: rgb(23,49,94); }
td.TdClassName
{
border-color: #17315E;
}
.TagClassName
{
border-color: #17315E;
}
</style>