Shades of Catalina Blue #163462
Tints of Catalina Blue #163462
RGB
CMYK
RGB Variations
Color information
#163462 (or 0x163462) is known color: Catalina Blue. HEX triplet: 16, 34 and 62. RGB value is (22,52,98). Sum of RGB (Red+Green+Blue) = 22+52+98=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #163462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163462 is #E9CB9D. Grayscale: #303030. Windows color (decimal): -15322014 or 6435862. OLE color: 6435862.
HSL color Cylindrical-coordinate representation of color #163462: hue angle of 216.32º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163462 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 52 | 98 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.62 |
| HSL | 216.32º | 0.63% | 0.24% | - |
| HSV(B) | 216.32º | 0.78% | 0.38% | - |
| XYZ | 3.76 | 3.51 | 12.03 | - |
| YUV | 48.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 98 | 0.78 | 0.47 | 0 | 0.62 | 216.32 | 0.63 | 0.24 |
| Hex | 16 | 34 | 62 | 4E | 2F | 0 | 3E | D8 | 3F | 18 |
| Octal | 26 | 64 | 142 | 116 | 57 | 0 | 76 | 330 | 77 | 30 |
| Binary | 10110 | 110100 | 1100010 | 1001110 | 101111 | 0 | 111110 | 11011000 | 111111 | 11000 |
Color Harmonies of #163462
Complementary color
Monochromatic Colors of #163462
Black with #163462
Text Example
Text Example
White with #163462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163462; }
p { color: rgb(22,52,98); }
H1.HeaderClassName
{
color: #163462;
}
.AnyTagClassName
{
color: #163462;
}
</style>
background-color css
<style>
a { background-color: #163462; }
a { background-color: rgb(22,52,98); }
div.DivClassName
{
background-color: #163462;
}
.BgClassName
{
background-color: #163462;
}
</style>
border-color css
<style>
span { border-color: #163462; }
span { border-color: rgb(22,52,98); }
td.TdClassName
{
border-color: #163462;
}
.TagClassName
{
border-color: #163462;
}
</style>