Shades of Catalina Blue #213164
Tints of Catalina Blue #213164
RGB
CMYK
RGB Variations
Color information
#213164 (or 0x213164) is known color: Catalina Blue. HEX triplet: 21, 31 and 64. RGB value is (33,49,100). Sum of RGB (Red+Green+Blue) = 33+49+100=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #213164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213164 is #DECE9B. Grayscale: #313131. Windows color (decimal): -14601884 or 6566177. OLE color: 6566177.
HSL color Cylindrical-coordinate representation of color #213164: hue angle of 225.67º 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 #213164 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 49 | 100 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.61 |
| HSL | 225.67º | 0.5% | 0.26% | - |
| HSV(B) | 225.67º | 0.67% | 0.39% | - |
| XYZ | 4.03 | 3.44 | 12.51 | - |
| YUV | 50.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 100 | 0.67 | 0.51 | 0 | 0.61 | 225.67 | 0.5 | 0.26 |
| Hex | 21 | 31 | 64 | 43 | 33 | 0 | 3D | E2 | 32 | 1A |
| Octal | 41 | 61 | 144 | 103 | 63 | 0 | 75 | 342 | 62 | 32 |
| Binary | 100001 | 110001 | 1100100 | 1000011 | 110011 | 0 | 111101 | 11100010 | 110010 | 11010 |
Color Harmonies of #213164
Complementary color
Monochromatic Colors of #213164
Black with #213164
Text Example
Text Example
White with #213164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213164; }
p { color: rgb(33,49,100); }
H1.HeaderClassName
{
color: #213164;
}
.AnyTagClassName
{
color: #213164;
}
</style>
background-color css
<style>
a { background-color: #213164; }
a { background-color: rgb(33,49,100); }
div.DivClassName
{
background-color: #213164;
}
.BgClassName
{
background-color: #213164;
}
</style>
border-color css
<style>
span { border-color: #213164; }
span { border-color: rgb(33,49,100); }
td.TdClassName
{
border-color: #213164;
}
.TagClassName
{
border-color: #213164;
}
</style>