Shades of Catalina Blue #213156
Tints of Catalina Blue #213156
RGB
CMYK
RGB Variations
Color information
#213156 (or 0x213156) is known color: Catalina Blue. HEX triplet: 21, 31 and 56. RGB value is (33,49,86). Sum of RGB (Red+Green+Blue) = 33+49+86=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #213156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213156 is #DECEA9. Grayscale: #303030. Windows color (decimal): -14601898 or 5648673. OLE color: 5648673.
HSL color Cylindrical-coordinate representation of color #213156: hue angle of 221.89º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213156 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 49 | 86 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.66 |
| HSL | 221.89º | 0.45% | 0.23% | - |
| HSV(B) | 221.89º | 0.62% | 0.34% | - |
| XYZ | 3.41 | 3.19 | 9.24 | - |
| YUV | 48.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 86 | 0.62 | 0.43 | 0 | 0.66 | 221.89 | 0.45 | 0.23 |
| Hex | 21 | 31 | 56 | 3E | 2B | 0 | 42 | DE | 2D | 17 |
| Octal | 41 | 61 | 126 | 76 | 53 | 0 | 102 | 336 | 55 | 27 |
| Binary | 100001 | 110001 | 1010110 | 111110 | 101011 | 0 | 1000010 | 11011110 | 101101 | 10111 |
Color Harmonies of #213156
Complementary color
Monochromatic Colors of #213156
Black with #213156
Text Example
Text Example
White with #213156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213156; }
p { color: rgb(33,49,86); }
H1.HeaderClassName
{
color: #213156;
}
.AnyTagClassName
{
color: #213156;
}
</style>
background-color css
<style>
a { background-color: #213156; }
a { background-color: rgb(33,49,86); }
div.DivClassName
{
background-color: #213156;
}
.BgClassName
{
background-color: #213156;
}
</style>
border-color css
<style>
span { border-color: #213156; }
span { border-color: rgb(33,49,86); }
td.TdClassName
{
border-color: #213156;
}
.TagClassName
{
border-color: #213156;
}
</style>