Shades of Catalina Blue #183461
Tints of Catalina Blue #183461
RGB
CMYK
RGB Variations
Color information
#183461 (or 0x183461) is known color: Catalina Blue. HEX triplet: 18, 34 and 61. RGB value is (24,52,97). Sum of RGB (Red+Green+Blue) = 24+52+97=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #183461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183461 is #E7CB9E. Grayscale: #303030. Windows color (decimal): -15190943 or 6370328. OLE color: 6370328.
HSL color Cylindrical-coordinate representation of color #183461: hue angle of 216.99º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183461 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 52 | 97 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.62 |
| HSL | 216.99º | 0.6% | 0.24% | - |
| HSV(B) | 216.99º | 0.75% | 0.38% | - |
| XYZ | 3.76 | 3.51 | 11.79 | - |
| YUV | 48.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 97 | 0.75 | 0.46 | 0 | 0.62 | 216.99 | 0.6 | 0.24 |
| Hex | 18 | 34 | 61 | 4B | 2E | 0 | 3E | D9 | 3C | 18 |
| Octal | 30 | 64 | 141 | 113 | 56 | 0 | 76 | 331 | 74 | 30 |
| Binary | 11000 | 110100 | 1100001 | 1001011 | 101110 | 0 | 111110 | 11011001 | 111100 | 11000 |
Color Harmonies of #183461
Complementary color
Monochromatic Colors of #183461
Black with #183461
Text Example
Text Example
White with #183461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183461; }
p { color: rgb(24,52,97); }
H1.HeaderClassName
{
color: #183461;
}
.AnyTagClassName
{
color: #183461;
}
</style>
background-color css
<style>
a { background-color: #183461; }
a { background-color: rgb(24,52,97); }
div.DivClassName
{
background-color: #183461;
}
.BgClassName
{
background-color: #183461;
}
</style>
border-color css
<style>
span { border-color: #183461; }
span { border-color: rgb(24,52,97); }
td.TdClassName
{
border-color: #183461;
}
.TagClassName
{
border-color: #183461;
}
</style>