Shades of Catalina Blue #213363
Tints of Catalina Blue #213363
RGB
CMYK
RGB Variations
Color information
#213363 (or 0x213363) is known color: Catalina Blue. HEX triplet: 21, 33 and 63. RGB value is (33,51,99). Sum of RGB (Red+Green+Blue) = 33+51+99=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #213363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213363 is #DECC9C. Grayscale: #323232. Windows color (decimal): -14601373 or 6501153. OLE color: 6501153.
HSL color Cylindrical-coordinate representation of color #213363: hue angle of 223.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213363 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 51 | 99 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.61 |
| HSL | 223.64º | 0.5% | 0.26% | - |
| HSV(B) | 223.64º | 0.67% | 0.39% | - |
| XYZ | 4.06 | 3.59 | 12.28 | - |
| YUV | 51.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 99 | 0.67 | 0.48 | 0 | 0.61 | 223.64 | 0.5 | 0.26 |
| Hex | 21 | 33 | 63 | 43 | 30 | 0 | 3D | E0 | 32 | 1A |
| Octal | 41 | 63 | 143 | 103 | 60 | 0 | 75 | 340 | 62 | 32 |
| Binary | 100001 | 110011 | 1100011 | 1000011 | 110000 | 0 | 111101 | 11100000 | 110010 | 11010 |
Color Harmonies of #213363
Complementary color
Monochromatic Colors of #213363
Black with #213363
Text Example
Text Example
White with #213363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213363; }
p { color: rgb(33,51,99); }
H1.HeaderClassName
{
color: #213363;
}
.AnyTagClassName
{
color: #213363;
}
</style>
background-color css
<style>
a { background-color: #213363; }
a { background-color: rgb(33,51,99); }
div.DivClassName
{
background-color: #213363;
}
.BgClassName
{
background-color: #213363;
}
</style>
border-color css
<style>
span { border-color: #213363; }
span { border-color: rgb(33,51,99); }
td.TdClassName
{
border-color: #213363;
}
.TagClassName
{
border-color: #213363;
}
</style>