Shades of Catalina Blue #223555
Tints of Catalina Blue #223555
RGB
CMYK
RGB Variations
Color information
#223555 (or 0x223555) is known color: Catalina Blue. HEX triplet: 22, 35 and 55. RGB value is (34,53,85). Sum of RGB (Red+Green+Blue) = 34+53+85=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #223555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223555 is #DDCAAA. Grayscale: #323232. Windows color (decimal): -14535339 or 5584162. OLE color: 5584162.
HSL color Cylindrical-coordinate representation of color #223555: hue angle of 217.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223555 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 53 | 85 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.67 |
| HSL | 217.65º | 0.43% | 0.23% | - |
| HSV(B) | 217.65º | 0.6% | 0.33% | - |
| XYZ | 3.57 | 3.54 | 9.09 | - |
| YUV | 50.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 85 | 0.60 | 0.38 | 0 | 0.67 | 217.65 | 0.43 | 0.23 |
| Hex | 22 | 35 | 55 | 3C | 26 | 0 | 43 | DA | 2B | 17 |
| Octal | 42 | 65 | 125 | 74 | 46 | 0 | 103 | 332 | 53 | 27 |
| Binary | 100010 | 110101 | 1010101 | 111100 | 100110 | 0 | 1000011 | 11011010 | 101011 | 10111 |
Color Harmonies of #223555
Complementary color
Monochromatic Colors of #223555
Black with #223555
Text Example
Text Example
White with #223555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223555; }
p { color: rgb(34,53,85); }
H1.HeaderClassName
{
color: #223555;
}
.AnyTagClassName
{
color: #223555;
}
</style>
background-color css
<style>
a { background-color: #223555; }
a { background-color: rgb(34,53,85); }
div.DivClassName
{
background-color: #223555;
}
.BgClassName
{
background-color: #223555;
}
</style>
border-color css
<style>
span { border-color: #223555; }
span { border-color: rgb(34,53,85); }
td.TdClassName
{
border-color: #223555;
}
.TagClassName
{
border-color: #223555;
}
</style>