Shades of Catalina Blue #172E51
Tints of Catalina Blue #172E51
RGB
CMYK
RGB Variations
Color information
#172E51 (or 0x172E51) is known color: Catalina Blue. HEX triplet: 17, 2E and 51. RGB value is (23,46,81). Sum of RGB (Red+Green+Blue) = 23+46+81=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #172E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E51 is #E8D1AE. Grayscale: #2A2A2A. Windows color (decimal): -15258031 or 5320215. OLE color: 5320215.
HSL color Cylindrical-coordinate representation of color #172E51: hue angle of 216.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172E51 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 46 | 81 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.68 |
| HSL | 216.21º | 0.56% | 0.2% | - |
| HSV(B) | 216.21º | 0.72% | 0.32% | - |
| XYZ | 2.82 | 2.73 | 8.16 | - |
| YUV | 43.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 81 | 0.72 | 0.43 | 0 | 0.68 | 216.21 | 0.56 | 0.2 |
| Hex | 17 | 2E | 51 | 48 | 2B | 0 | 44 | D8 | 38 | 14 |
| Octal | 27 | 56 | 121 | 110 | 53 | 0 | 104 | 330 | 70 | 24 |
| Binary | 10111 | 101110 | 1010001 | 1001000 | 101011 | 0 | 1000100 | 11011000 | 111000 | 10100 |
Color Harmonies of #172E51
Complementary color
Monochromatic Colors of #172E51
Black with #172E51
Text Example
Text Example
White with #172E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E51; }
p { color: rgb(23,46,81); }
H1.HeaderClassName
{
color: #172E51;
}
.AnyTagClassName
{
color: #172E51;
}
</style>
background-color css
<style>
a { background-color: #172E51; }
a { background-color: rgb(23,46,81); }
div.DivClassName
{
background-color: #172E51;
}
.BgClassName
{
background-color: #172E51;
}
</style>
border-color css
<style>
span { border-color: #172E51; }
span { border-color: rgb(23,46,81); }
td.TdClassName
{
border-color: #172E51;
}
.TagClassName
{
border-color: #172E51;
}
</style>