Shades of Catalina Blue #163461
Tints of Catalina Blue #163461
RGB
CMYK
RGB Variations
Color information
#163461 (or 0x163461) is known color: Catalina Blue. HEX triplet: 16, 34 and 61. RGB value is (22,52,97). Sum of RGB (Red+Green+Blue) = 22+52+97=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #163461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163461 is #E9CB9E. Grayscale: #2F2F2F. Windows color (decimal): -15322015 or 6370326. OLE color: 6370326.
HSL color Cylindrical-coordinate representation of color #163461: hue angle of 216º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163461 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 52 | 97 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.62 |
| HSL | 216º | 0.63% | 0.23% | - |
| HSV(B) | 216º | 0.77% | 0.38% | - |
| XYZ | 3.72 | 3.49 | 11.79 | - |
| YUV | 48.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 97 | 0.77 | 0.46 | 0 | 0.62 | 216 | 0.63 | 0.23 |
| Hex | 16 | 34 | 61 | 4D | 2E | 0 | 3E | D8 | 3F | 17 |
| Octal | 26 | 64 | 141 | 115 | 56 | 0 | 76 | 330 | 77 | 27 |
| Binary | 10110 | 110100 | 1100001 | 1001101 | 101110 | 0 | 111110 | 11011000 | 111111 | 10111 |
Color Harmonies of #163461
Complementary color
Monochromatic Colors of #163461
Black with #163461
Text Example
Text Example
White with #163461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163461; }
p { color: rgb(22,52,97); }
H1.HeaderClassName
{
color: #163461;
}
.AnyTagClassName
{
color: #163461;
}
</style>
background-color css
<style>
a { background-color: #163461; }
a { background-color: rgb(22,52,97); }
div.DivClassName
{
background-color: #163461;
}
.BgClassName
{
background-color: #163461;
}
</style>
border-color css
<style>
span { border-color: #163461; }
span { border-color: rgb(22,52,97); }
td.TdClassName
{
border-color: #163461;
}
.TagClassName
{
border-color: #163461;
}
</style>