Shades of Catalina Blue #213566
Tints of Catalina Blue #213566
RGB
CMYK
RGB Variations
Color information
#213566 (or 0x213566) is known color: Catalina Blue. HEX triplet: 21, 35 and 66. RGB value is (33,53,102). Sum of RGB (Red+Green+Blue) = 33+53+102=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #213566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213566 is #DECA99. Grayscale: #343434. Windows color (decimal): -14600858 or 6698273. OLE color: 6698273.
HSL color Cylindrical-coordinate representation of color #213566: hue angle of 222.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213566 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 53 | 102 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.6 |
| HSL | 222.61º | 0.51% | 0.26% | - |
| HSV(B) | 222.61º | 0.68% | 0.4% | - |
| XYZ | 4.3 | 3.83 | 13.08 | - |
| YUV | 52.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 102 | 0.68 | 0.48 | 0 | 0.6 | 222.61 | 0.51 | 0.26 |
| Hex | 21 | 35 | 66 | 44 | 30 | 0 | 3C | DF | 33 | 1A |
| Octal | 41 | 65 | 146 | 104 | 60 | 0 | 74 | 337 | 63 | 32 |
| Binary | 100001 | 110101 | 1100110 | 1000100 | 110000 | 0 | 111100 | 11011111 | 110011 | 11010 |
Color Harmonies of #213566
Complementary color
Monochromatic Colors of #213566
Black with #213566
Text Example
Text Example
White with #213566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213566; }
p { color: rgb(33,53,102); }
H1.HeaderClassName
{
color: #213566;
}
.AnyTagClassName
{
color: #213566;
}
</style>
background-color css
<style>
a { background-color: #213566; }
a { background-color: rgb(33,53,102); }
div.DivClassName
{
background-color: #213566;
}
.BgClassName
{
background-color: #213566;
}
</style>
border-color css
<style>
span { border-color: #213566; }
span { border-color: rgb(33,53,102); }
td.TdClassName
{
border-color: #213566;
}
.TagClassName
{
border-color: #213566;
}
</style>