Shades of Catalina Blue #213452
Tints of Catalina Blue #213452
RGB
CMYK
RGB Variations
Color information
#213452 (or 0x213452) is known color: Catalina Blue. HEX triplet: 21, 34 and 52. RGB value is (33,52,82). Sum of RGB (Red+Green+Blue) = 33+52+82=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #213452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213452 is #DECBAD. Grayscale: #313131. Windows color (decimal): -14601134 or 5387297. OLE color: 5387297.
HSL color Cylindrical-coordinate representation of color #213452: hue angle of 216.73º 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 #213452 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 52 | 82 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.68 |
| HSL | 216.73º | 0.43% | 0.23% | - |
| HSV(B) | 216.73º | 0.6% | 0.32% | - |
| XYZ | 3.38 | 3.39 | 8.46 | - |
| YUV | 49.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 82 | 0.60 | 0.37 | 0 | 0.68 | 216.73 | 0.43 | 0.23 |
| Hex | 21 | 34 | 52 | 3C | 25 | 0 | 44 | D9 | 2B | 17 |
| Octal | 41 | 64 | 122 | 74 | 45 | 0 | 104 | 331 | 53 | 27 |
| Binary | 100001 | 110100 | 1010010 | 111100 | 100101 | 0 | 1000100 | 11011001 | 101011 | 10111 |
Color Harmonies of #213452
Complementary color
Monochromatic Colors of #213452
Black with #213452
Text Example
Text Example
White with #213452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213452; }
p { color: rgb(33,52,82); }
H1.HeaderClassName
{
color: #213452;
}
.AnyTagClassName
{
color: #213452;
}
</style>
background-color css
<style>
a { background-color: #213452; }
a { background-color: rgb(33,52,82); }
div.DivClassName
{
background-color: #213452;
}
.BgClassName
{
background-color: #213452;
}
</style>
border-color css
<style>
span { border-color: #213452; }
span { border-color: rgb(33,52,82); }
td.TdClassName
{
border-color: #213452;
}
.TagClassName
{
border-color: #213452;
}
</style>