Shades of Catalina Blue #172D52
Tints of Catalina Blue #172D52
RGB
CMYK
RGB Variations
Color information
#172D52 (or 0x172D52) is known color: Catalina Blue. HEX triplet: 17, 2D and 52. RGB value is (23,45,82). Sum of RGB (Red+Green+Blue) = 23+45+82=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #172D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D52 is #E8D2AD. Grayscale: #2A2A2A. Windows color (decimal): -15258286 or 5385495. OLE color: 5385495.
HSL color Cylindrical-coordinate representation of color #172D52: hue angle of 217.63º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172D52 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 45 | 82 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.68 |
| HSL | 217.63º | 0.56% | 0.21% | - |
| HSV(B) | 217.63º | 0.72% | 0.32% | - |
| XYZ | 2.81 | 2.67 | 8.35 | - |
| YUV | 42.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 82 | 0.72 | 0.45 | 0 | 0.68 | 217.63 | 0.56 | 0.21 |
| Hex | 17 | 2D | 52 | 48 | 2D | 0 | 44 | DA | 38 | 15 |
| Octal | 27 | 55 | 122 | 110 | 55 | 0 | 104 | 332 | 70 | 25 |
| Binary | 10111 | 101101 | 1010010 | 1001000 | 101101 | 0 | 1000100 | 11011010 | 111000 | 10101 |
Color Harmonies of #172D52
Complementary color
Monochromatic Colors of #172D52
Black with #172D52
Text Example
Text Example
White with #172D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D52; }
p { color: rgb(23,45,82); }
H1.HeaderClassName
{
color: #172D52;
}
.AnyTagClassName
{
color: #172D52;
}
</style>
background-color css
<style>
a { background-color: #172D52; }
a { background-color: rgb(23,45,82); }
div.DivClassName
{
background-color: #172D52;
}
.BgClassName
{
background-color: #172D52;
}
</style>
border-color css
<style>
span { border-color: #172D52; }
span { border-color: rgb(23,45,82); }
td.TdClassName
{
border-color: #172D52;
}
.TagClassName
{
border-color: #172D52;
}
</style>