Shades of Catalina Blue #213356
Tints of Catalina Blue #213356
RGB
CMYK
RGB Variations
Color information
#213356 (or 0x213356) is known color: Catalina Blue. HEX triplet: 21, 33 and 56. RGB value is (33,51,86). Sum of RGB (Red+Green+Blue) = 33+51+86=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #213356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213356 is #DECCA9. Grayscale: #313131. Windows color (decimal): -14601386 or 5649185. OLE color: 5649185.
HSL color Cylindrical-coordinate representation of color #213356: hue angle of 219.62º 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 #213356 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 51 | 86 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.66 |
| HSL | 219.62º | 0.45% | 0.23% | - |
| HSV(B) | 219.62º | 0.62% | 0.34% | - |
| XYZ | 3.49 | 3.36 | 9.27 | - |
| YUV | 49.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 86 | 0.62 | 0.41 | 0 | 0.66 | 219.62 | 0.45 | 0.23 |
| Hex | 21 | 33 | 56 | 3E | 29 | 0 | 42 | DC | 2D | 17 |
| Octal | 41 | 63 | 126 | 76 | 51 | 0 | 102 | 334 | 55 | 27 |
| Binary | 100001 | 110011 | 1010110 | 111110 | 101001 | 0 | 1000010 | 11011100 | 101101 | 10111 |
Color Harmonies of #213356
Complementary color
Monochromatic Colors of #213356
Black with #213356
Text Example
Text Example
White with #213356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213356; }
p { color: rgb(33,51,86); }
H1.HeaderClassName
{
color: #213356;
}
.AnyTagClassName
{
color: #213356;
}
</style>
background-color css
<style>
a { background-color: #213356; }
a { background-color: rgb(33,51,86); }
div.DivClassName
{
background-color: #213356;
}
.BgClassName
{
background-color: #213356;
}
</style>
border-color css
<style>
span { border-color: #213356; }
span { border-color: rgb(33,51,86); }
td.TdClassName
{
border-color: #213356;
}
.TagClassName
{
border-color: #213356;
}
</style>