Shades of Catalina Blue #183463
Tints of Catalina Blue #183463
RGB
CMYK
RGB Variations
Color information
#183463 (or 0x183463) is known color: Catalina Blue. HEX triplet: 18, 34 and 63. RGB value is (24,52,99). Sum of RGB (Red+Green+Blue) = 24+52+99=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #183463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183463 is #E7CB9C. Grayscale: #303030. Windows color (decimal): -15190941 or 6501400. OLE color: 6501400.
HSL color Cylindrical-coordinate representation of color #183463: hue angle of 217.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183463 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 52 | 99 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.61 |
| HSL | 217.6º | 0.61% | 0.24% | - |
| HSV(B) | 217.6º | 0.76% | 0.39% | - |
| XYZ | 3.86 | 3.55 | 12.29 | - |
| YUV | 48.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 99 | 0.76 | 0.47 | 0 | 0.61 | 217.6 | 0.61 | 0.24 |
| Hex | 18 | 34 | 63 | 4C | 2F | 0 | 3D | DA | 3D | 18 |
| Octal | 30 | 64 | 143 | 114 | 57 | 0 | 75 | 332 | 75 | 30 |
| Binary | 11000 | 110100 | 1100011 | 1001100 | 101111 | 0 | 111101 | 11011010 | 111101 | 11000 |
Color Harmonies of #183463
Complementary color
Monochromatic Colors of #183463
Black with #183463
Text Example
Text Example
White with #183463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183463; }
p { color: rgb(24,52,99); }
H1.HeaderClassName
{
color: #183463;
}
.AnyTagClassName
{
color: #183463;
}
</style>
background-color css
<style>
a { background-color: #183463; }
a { background-color: rgb(24,52,99); }
div.DivClassName
{
background-color: #183463;
}
.BgClassName
{
background-color: #183463;
}
</style>
border-color css
<style>
span { border-color: #183463; }
span { border-color: rgb(24,52,99); }
td.TdClassName
{
border-color: #183463;
}
.TagClassName
{
border-color: #183463;
}
</style>