Shades of Catalina Blue #213660
Tints of Catalina Blue #213660
RGB
CMYK
RGB Variations
Color information
#213660 (or 0x213660) is known color: Catalina Blue. HEX triplet: 21, 36 and 60. RGB value is (33,54,96). Sum of RGB (Red+Green+Blue) = 33+54+96=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #213660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213660 is #DEC99F. Grayscale: #343434. Windows color (decimal): -14600608 or 6305313. OLE color: 6305313.
HSL color Cylindrical-coordinate representation of color #213660: hue angle of 220º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213660 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 54 | 96 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.62 |
| HSL | 220º | 0.49% | 0.25% | - |
| HSV(B) | 220º | 0.66% | 0.38% | - |
| XYZ | 4.06 | 3.81 | 11.59 | - |
| YUV | 52.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 96 | 0.66 | 0.44 | 0 | 0.62 | 220 | 0.49 | 0.25 |
| Hex | 21 | 36 | 60 | 42 | 2C | 0 | 3E | DC | 31 | 19 |
| Octal | 41 | 66 | 140 | 102 | 54 | 0 | 76 | 334 | 61 | 31 |
| Binary | 100001 | 110110 | 1100000 | 1000010 | 101100 | 0 | 111110 | 11011100 | 110001 | 11001 |
Color Harmonies of #213660
Complementary color
Monochromatic Colors of #213660
Black with #213660
Text Example
Text Example
White with #213660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213660; }
p { color: rgb(33,54,96); }
H1.HeaderClassName
{
color: #213660;
}
.AnyTagClassName
{
color: #213660;
}
</style>
background-color css
<style>
a { background-color: #213660; }
a { background-color: rgb(33,54,96); }
div.DivClassName
{
background-color: #213660;
}
.BgClassName
{
background-color: #213660;
}
</style>
border-color css
<style>
span { border-color: #213660; }
span { border-color: rgb(33,54,96); }
td.TdClassName
{
border-color: #213660;
}
.TagClassName
{
border-color: #213660;
}
</style>