Shades of Catalina Blue #172D55
Tints of Catalina Blue #172D55
RGB
CMYK
RGB Variations
Color information
#172D55 (or 0x172D55) is known color: Catalina Blue. HEX triplet: 17, 2D and 55. RGB value is (23,45,85). Sum of RGB (Red+Green+Blue) = 23+45+85=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #172D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D55 is #E8D2AA. Grayscale: #2A2A2A. Windows color (decimal): -15258283 or 5582103. OLE color: 5582103.
HSL color Cylindrical-coordinate representation of color #172D55: hue angle of 218.71º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172D55 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 45 | 85 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.67 |
| HSL | 218.71º | 0.57% | 0.21% | - |
| HSV(B) | 218.71º | 0.73% | 0.33% | - |
| XYZ | 2.93 | 2.71 | 8.96 | - |
| YUV | 42.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 85 | 0.73 | 0.47 | 0 | 0.67 | 218.71 | 0.57 | 0.21 |
| Hex | 17 | 2D | 55 | 49 | 2F | 0 | 43 | DB | 39 | 15 |
| Octal | 27 | 55 | 125 | 111 | 57 | 0 | 103 | 333 | 71 | 25 |
| Binary | 10111 | 101101 | 1010101 | 1001001 | 101111 | 0 | 1000011 | 11011011 | 111001 | 10101 |
Color Harmonies of #172D55
Complementary color
Monochromatic Colors of #172D55
Black with #172D55
Text Example
Text Example
White with #172D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D55; }
p { color: rgb(23,45,85); }
H1.HeaderClassName
{
color: #172D55;
}
.AnyTagClassName
{
color: #172D55;
}
</style>
background-color css
<style>
a { background-color: #172D55; }
a { background-color: rgb(23,45,85); }
div.DivClassName
{
background-color: #172D55;
}
.BgClassName
{
background-color: #172D55;
}
</style>
border-color css
<style>
span { border-color: #172D55; }
span { border-color: rgb(23,45,85); }
td.TdClassName
{
border-color: #172D55;
}
.TagClassName
{
border-color: #172D55;
}
</style>