Shades of Catalina Blue #213361
Tints of Catalina Blue #213361
RGB
CMYK
RGB Variations
Color information
#213361 (or 0x213361) is known color: Catalina Blue. HEX triplet: 21, 33 and 61. RGB value is (33,51,97). Sum of RGB (Red+Green+Blue) = 33+51+97=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #213361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213361 is #DECC9E. Grayscale: #323232. Windows color (decimal): -14601375 or 6370081. OLE color: 6370081.
HSL color Cylindrical-coordinate representation of color #213361: hue angle of 223.12º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213361 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 51 | 97 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.62 |
| HSL | 223.13º | 0.49% | 0.25% | - |
| HSV(B) | 223.13º | 0.66% | 0.38% | - |
| XYZ | 3.97 | 3.55 | 11.79 | - |
| YUV | 50.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 97 | 0.66 | 0.47 | 0 | 0.62 | 223.13 | 0.49 | 0.25 |
| Hex | 21 | 33 | 61 | 42 | 2F | 0 | 3E | DF | 31 | 19 |
| Octal | 41 | 63 | 141 | 102 | 57 | 0 | 76 | 337 | 61 | 31 |
| Binary | 100001 | 110011 | 1100001 | 1000010 | 101111 | 0 | 111110 | 11011111 | 110001 | 11001 |
Color Harmonies of #213361
Complementary color
Monochromatic Colors of #213361
Black with #213361
Text Example
Text Example
White with #213361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213361; }
p { color: rgb(33,51,97); }
H1.HeaderClassName
{
color: #213361;
}
.AnyTagClassName
{
color: #213361;
}
</style>
background-color css
<style>
a { background-color: #213361; }
a { background-color: rgb(33,51,97); }
div.DivClassName
{
background-color: #213361;
}
.BgClassName
{
background-color: #213361;
}
</style>
border-color css
<style>
span { border-color: #213361; }
span { border-color: rgb(33,51,97); }
td.TdClassName
{
border-color: #213361;
}
.TagClassName
{
border-color: #213361;
}
</style>