Shades of Catalina Blue #22365D
Tints of Catalina Blue #22365D
RGB
CMYK
RGB Variations
Color information
#22365D (or 0x22365D) is known color: Catalina Blue. HEX triplet: 22, 36 and 5D. RGB value is (34,54,93). Sum of RGB (Red+Green+Blue) = 34+54+93=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #22365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365D is #DDC9A2. Grayscale: #343434. Windows color (decimal): -14535075 or 6108706. OLE color: 6108706.
HSL color Cylindrical-coordinate representation of color #22365D: hue angle of 219.66º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22365D is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 54 | 93 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.64 |
| HSL | 219.66º | 0.46% | 0.25% | - |
| HSV(B) | 219.66º | 0.63% | 0.36% | - |
| XYZ | 3.95 | 3.77 | 10.87 | - |
| YUV | 52.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 93 | 0.63 | 0.42 | 0 | 0.64 | 219.66 | 0.46 | 0.25 |
| Hex | 22 | 36 | 5D | 3F | 2A | 0 | 40 | DC | 2E | 19 |
| Octal | 42 | 66 | 135 | 77 | 52 | 0 | 100 | 334 | 56 | 31 |
| Binary | 100010 | 110110 | 1011101 | 111111 | 101010 | 0 | 1000000 | 11011100 | 101110 | 11001 |
Color Harmonies of #22365D
Complementary color
Monochromatic Colors of #22365D
Black with #22365D
Text Example
Text Example
White with #22365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22365D; }
p { color: rgb(34,54,93); }
H1.HeaderClassName
{
color: #22365D;
}
.AnyTagClassName
{
color: #22365D;
}
</style>
background-color css
<style>
a { background-color: #22365D; }
a { background-color: rgb(34,54,93); }
div.DivClassName
{
background-color: #22365D;
}
.BgClassName
{
background-color: #22365D;
}
</style>
border-color css
<style>
span { border-color: #22365D; }
span { border-color: rgb(34,54,93); }
td.TdClassName
{
border-color: #22365D;
}
.TagClassName
{
border-color: #22365D;
}
</style>