Shades of Catalina Blue #213165
Tints of Catalina Blue #213165
RGB
CMYK
RGB Variations
Color information
#213165 (or 0x213165) is known color: Catalina Blue. HEX triplet: 21, 31 and 65. RGB value is (33,49,101). Sum of RGB (Red+Green+Blue) = 33+49+101=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #213165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213165 is #DECE9A. Grayscale: #313131. Windows color (decimal): -14601883 or 6631713. OLE color: 6631713.
HSL color Cylindrical-coordinate representation of color #213165: hue angle of 225.88º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213165 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 49 | 101 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.60 |
| HSL | 225.88º | 0.51% | 0.26% | - |
| HSV(B) | 225.88º | 0.67% | 0.4% | - |
| XYZ | 4.07 | 3.46 | 12.76 | - |
| YUV | 50.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 101 | 0.67 | 0.51 | 0 | 0.60 | 225.88 | 0.51 | 0.26 |
| Hex | 21 | 31 | 65 | 43 | 33 | 0 | 3C | E2 | 33 | 1A |
| Octal | 41 | 61 | 145 | 103 | 63 | 0 | 74 | 342 | 63 | 32 |
| Binary | 100001 | 110001 | 1100101 | 1000011 | 110011 | 0 | 111100 | 11100010 | 110011 | 11010 |
Color Harmonies of #213165
Complementary color
Monochromatic Colors of #213165
Black with #213165
Text Example
Text Example
White with #213165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213165; }
p { color: rgb(33,49,101); }
H1.HeaderClassName
{
color: #213165;
}
.AnyTagClassName
{
color: #213165;
}
</style>
background-color css
<style>
a { background-color: #213165; }
a { background-color: rgb(33,49,101); }
div.DivClassName
{
background-color: #213165;
}
.BgClassName
{
background-color: #213165;
}
</style>
border-color css
<style>
span { border-color: #213165; }
span { border-color: rgb(33,49,101); }
td.TdClassName
{
border-color: #213165;
}
.TagClassName
{
border-color: #213165;
}
</style>