Shades of Catalina Blue #213652
Tints of Catalina Blue #213652
RGB
CMYK
RGB Variations
Color information
#213652 (or 0x213652) is known color: Catalina Blue. HEX triplet: 21, 36 and 52. RGB value is (33,54,82). Sum of RGB (Red+Green+Blue) = 33+54+82=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #213652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213652 is #DEC9AD. Grayscale: #323232. Windows color (decimal): -14600622 or 5387809. OLE color: 5387809.
HSL color Cylindrical-coordinate representation of color #213652: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213652 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 54 | 82 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.68 |
| HSL | 214.29º | 0.43% | 0.23% | - |
| HSV(B) | 214.29º | 0.6% | 0.32% | - |
| XYZ | 3.47 | 3.57 | 8.49 | - |
| YUV | 50.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 82 | 0.60 | 0.34 | 0 | 0.68 | 214.29 | 0.43 | 0.23 |
| Hex | 21 | 36 | 52 | 3C | 22 | 0 | 44 | D6 | 2B | 17 |
| Octal | 41 | 66 | 122 | 74 | 42 | 0 | 104 | 326 | 53 | 27 |
| Binary | 100001 | 110110 | 1010010 | 111100 | 100010 | 0 | 1000100 | 11010110 | 101011 | 10111 |
Color Harmonies of #213652
Complementary color
Monochromatic Colors of #213652
Black with #213652
Text Example
Text Example
White with #213652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213652; }
p { color: rgb(33,54,82); }
H1.HeaderClassName
{
color: #213652;
}
.AnyTagClassName
{
color: #213652;
}
</style>
background-color css
<style>
a { background-color: #213652; }
a { background-color: rgb(33,54,82); }
div.DivClassName
{
background-color: #213652;
}
.BgClassName
{
background-color: #213652;
}
</style>
border-color css
<style>
span { border-color: #213652; }
span { border-color: rgb(33,54,82); }
td.TdClassName
{
border-color: #213652;
}
.TagClassName
{
border-color: #213652;
}
</style>