Shades of Catalina Blue #213551
Tints of Catalina Blue #213551
RGB
CMYK
RGB Variations
Color information
#213551 (or 0x213551) is known color: Catalina Blue. HEX triplet: 21, 35 and 51. RGB value is (33,53,81). Sum of RGB (Red+Green+Blue) = 33+53+81=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #213551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213551 is #DECAAE. Grayscale: #323232. Windows color (decimal): -14600879 or 5322017. OLE color: 5322017.
HSL color Cylindrical-coordinate representation of color #213551: hue angle of 215º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213551 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 53 | 81 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.68 |
| HSL | 215º | 0.42% | 0.22% | - |
| HSV(B) | 215º | 0.59% | 0.32% | - |
| XYZ | 3.39 | 3.46 | 8.27 | - |
| YUV | 50.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 81 | 0.59 | 0.35 | 0 | 0.68 | 215 | 0.42 | 0.22 |
| Hex | 21 | 35 | 51 | 3B | 23 | 0 | 44 | D7 | 2A | 16 |
| Octal | 41 | 65 | 121 | 73 | 43 | 0 | 104 | 327 | 52 | 26 |
| Binary | 100001 | 110101 | 1010001 | 111011 | 100011 | 0 | 1000100 | 11010111 | 101010 | 10110 |
Color Harmonies of #213551
Complementary color
Monochromatic Colors of #213551
Black with #213551
Text Example
Text Example
White with #213551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213551; }
p { color: rgb(33,53,81); }
H1.HeaderClassName
{
color: #213551;
}
.AnyTagClassName
{
color: #213551;
}
</style>
background-color css
<style>
a { background-color: #213551; }
a { background-color: rgb(33,53,81); }
div.DivClassName
{
background-color: #213551;
}
.BgClassName
{
background-color: #213551;
}
</style>
border-color css
<style>
span { border-color: #213551; }
span { border-color: rgb(33,53,81); }
td.TdClassName
{
border-color: #213551;
}
.TagClassName
{
border-color: #213551;
}
</style>