Shades of Catalina Blue #17386D
Tints of Catalina Blue #17386D
RGB
CMYK
RGB Variations
Color information
#17386D (or 0x17386D) is known color: Catalina Blue. HEX triplet: 17, 38 and 6D. RGB value is (23,56,109). Sum of RGB (Red+Green+Blue) = 23+56+109=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #17386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17386D is #E8C792. Grayscale: #333333. Windows color (decimal): -15255443 or 7157783. OLE color: 7157783.
HSL color Cylindrical-coordinate representation of color #17386D: hue angle of 216.98º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17386D is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 56 | 109 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.57 |
| HSL | 216.98º | 0.65% | 0.26% | - |
| HSV(B) | 216.98º | 0.79% | 0.43% | - |
| XYZ | 4.53 | 4.11 | 15.02 | - |
| YUV | 52.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 109 | 0.79 | 0.49 | 0 | 0.57 | 216.98 | 0.65 | 0.26 |
| Hex | 17 | 38 | 6D | 4F | 31 | 0 | 39 | D9 | 41 | 1A |
| Octal | 27 | 70 | 155 | 117 | 61 | 0 | 71 | 331 | 101 | 32 |
| Binary | 10111 | 111000 | 1101101 | 1001111 | 110001 | 0 | 111001 | 11011001 | 1000001 | 11010 |
Color Harmonies of #17386D
Complementary color
Monochromatic Colors of #17386D
Black with #17386D
Text Example
Text Example
White with #17386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17386D; }
p { color: rgb(23,56,109); }
H1.HeaderClassName
{
color: #17386D;
}
.AnyTagClassName
{
color: #17386D;
}
</style>
background-color css
<style>
a { background-color: #17386D; }
a { background-color: rgb(23,56,109); }
div.DivClassName
{
background-color: #17386D;
}
.BgClassName
{
background-color: #17386D;
}
</style>
border-color css
<style>
span { border-color: #17386D; }
span { border-color: rgb(23,56,109); }
td.TdClassName
{
border-color: #17386D;
}
.TagClassName
{
border-color: #17386D;
}
</style>