Shades of Catalina Blue #223556
Tints of Catalina Blue #223556
RGB
CMYK
RGB Variations
Color information
#223556 (or 0x223556) is known color: Catalina Blue. HEX triplet: 22, 35 and 56. RGB value is (34,53,86). Sum of RGB (Red+Green+Blue) = 34+53+86=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #223556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223556 is #DDCAA9. Grayscale: #323232. Windows color (decimal): -14535338 or 5649698. OLE color: 5649698.
HSL color Cylindrical-coordinate representation of color #223556: hue angle of 218.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223556 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 53 | 86 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.66 |
| HSL | 218.08º | 0.43% | 0.24% | - |
| HSV(B) | 218.08º | 0.6% | 0.34% | - |
| XYZ | 3.61 | 3.56 | 9.3 | - |
| YUV | 51.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 86 | 0.60 | 0.38 | 0 | 0.66 | 218.08 | 0.43 | 0.24 |
| Hex | 22 | 35 | 56 | 3C | 26 | 0 | 42 | DA | 2B | 18 |
| Octal | 42 | 65 | 126 | 74 | 46 | 0 | 102 | 332 | 53 | 30 |
| Binary | 100010 | 110101 | 1010110 | 111100 | 100110 | 0 | 1000010 | 11011010 | 101011 | 11000 |
Color Harmonies of #223556
Complementary color
Monochromatic Colors of #223556
Black with #223556
Text Example
Text Example
White with #223556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223556; }
p { color: rgb(34,53,86); }
H1.HeaderClassName
{
color: #223556;
}
.AnyTagClassName
{
color: #223556;
}
</style>
background-color css
<style>
a { background-color: #223556; }
a { background-color: rgb(34,53,86); }
div.DivClassName
{
background-color: #223556;
}
.BgClassName
{
background-color: #223556;
}
</style>
border-color css
<style>
span { border-color: #223556; }
span { border-color: rgb(34,53,86); }
td.TdClassName
{
border-color: #223556;
}
.TagClassName
{
border-color: #223556;
}
</style>