Shades of Catalina Blue #213766
Tints of Catalina Blue #213766
RGB
CMYK
RGB Variations
Color information
#213766 (or 0x213766) is known color: Catalina Blue. HEX triplet: 21, 37 and 66. RGB value is (33,55,102). Sum of RGB (Red+Green+Blue) = 33+55+102=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #213766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213766 is #DEC899. Grayscale: #353535. Windows color (decimal): -14600346 or 6698785. OLE color: 6698785.
HSL color Cylindrical-coordinate representation of color #213766: hue angle of 220.87º 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 #213766 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 55 | 102 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.6 |
| HSL | 220.87º | 0.51% | 0.26% | - |
| HSV(B) | 220.87º | 0.68% | 0.4% | - |
| XYZ | 4.39 | 4.02 | 13.11 | - |
| YUV | 53.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 102 | 0.68 | 0.46 | 0 | 0.6 | 220.87 | 0.51 | 0.26 |
| Hex | 21 | 37 | 66 | 44 | 2E | 0 | 3C | DD | 33 | 1A |
| Octal | 41 | 67 | 146 | 104 | 56 | 0 | 74 | 335 | 63 | 32 |
| Binary | 100001 | 110111 | 1100110 | 1000100 | 101110 | 0 | 111100 | 11011101 | 110011 | 11010 |
Color Harmonies of #213766
Complementary color
Monochromatic Colors of #213766
Black with #213766
Text Example
Text Example
White with #213766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213766; }
p { color: rgb(33,55,102); }
H1.HeaderClassName
{
color: #213766;
}
.AnyTagClassName
{
color: #213766;
}
</style>
background-color css
<style>
a { background-color: #213766; }
a { background-color: rgb(33,55,102); }
div.DivClassName
{
background-color: #213766;
}
.BgClassName
{
background-color: #213766;
}
</style>
border-color css
<style>
span { border-color: #213766; }
span { border-color: rgb(33,55,102); }
td.TdClassName
{
border-color: #213766;
}
.TagClassName
{
border-color: #213766;
}
</style>