Shades of Catalina Blue #172D56
Tints of Catalina Blue #172D56
RGB
CMYK
RGB Variations
Color information
#172D56 (or 0x172D56) is known color: Catalina Blue. HEX triplet: 17, 2D and 56. RGB value is (23,45,86). Sum of RGB (Red+Green+Blue) = 23+45+86=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #172D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D56 is #E8D2A9. Grayscale: #2A2A2A. Windows color (decimal): -15258282 or 5647639. OLE color: 5647639.
HSL color Cylindrical-coordinate representation of color #172D56: hue angle of 219.05º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172D56 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 45 | 86 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.66 |
| HSL | 219.05º | 0.58% | 0.21% | - |
| HSV(B) | 219.05º | 0.73% | 0.34% | - |
| XYZ | 2.97 | 2.73 | 9.17 | - |
| YUV | 43.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 86 | 0.73 | 0.48 | 0 | 0.66 | 219.05 | 0.58 | 0.21 |
| Hex | 17 | 2D | 56 | 49 | 30 | 0 | 42 | DB | 3A | 15 |
| Octal | 27 | 55 | 126 | 111 | 60 | 0 | 102 | 333 | 72 | 25 |
| Binary | 10111 | 101101 | 1010110 | 1001001 | 110000 | 0 | 1000010 | 11011011 | 111010 | 10101 |
Color Harmonies of #172D56
Complementary color
Monochromatic Colors of #172D56
Black with #172D56
Text Example
Text Example
White with #172D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D56; }
p { color: rgb(23,45,86); }
H1.HeaderClassName
{
color: #172D56;
}
.AnyTagClassName
{
color: #172D56;
}
</style>
background-color css
<style>
a { background-color: #172D56; }
a { background-color: rgb(23,45,86); }
div.DivClassName
{
background-color: #172D56;
}
.BgClassName
{
background-color: #172D56;
}
</style>
border-color css
<style>
span { border-color: #172D56; }
span { border-color: rgb(23,45,86); }
td.TdClassName
{
border-color: #172D56;
}
.TagClassName
{
border-color: #172D56;
}
</style>