Shades of Catalina Blue #223A56
Tints of Catalina Blue #223A56
RGB
CMYK
RGB Variations
Color information
#223A56 (or 0x223A56) is known color: Catalina Blue. HEX triplet: 22, 3A and 56. RGB value is (34,58,86). Sum of RGB (Red+Green+Blue) = 34+58+86=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #223A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A56 is #DDC5A9. Grayscale: #353535. Windows color (decimal): -14534058 or 5650978. OLE color: 5650978.
HSL color Cylindrical-coordinate representation of color #223A56: hue angle of 212.31º 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 #223A56 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 58 | 86 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.66 |
| HSL | 212.31º | 0.43% | 0.24% | - |
| HSV(B) | 212.31º | 0.6% | 0.34% | - |
| XYZ | 3.85 | 4.04 | 9.38 | - |
| YUV | 54.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 86 | 0.60 | 0.33 | 0 | 0.66 | 212.31 | 0.43 | 0.24 |
| Hex | 22 | 3A | 56 | 3C | 21 | 0 | 42 | D4 | 2B | 18 |
| Octal | 42 | 72 | 126 | 74 | 41 | 0 | 102 | 324 | 53 | 30 |
| Binary | 100010 | 111010 | 1010110 | 111100 | 100001 | 0 | 1000010 | 11010100 | 101011 | 11000 |
Color Harmonies of #223A56
Complementary color
Monochromatic Colors of #223A56
Black with #223A56
Text Example
Text Example
White with #223A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A56; }
p { color: rgb(34,58,86); }
H1.HeaderClassName
{
color: #223A56;
}
.AnyTagClassName
{
color: #223A56;
}
</style>
background-color css
<style>
a { background-color: #223A56; }
a { background-color: rgb(34,58,86); }
div.DivClassName
{
background-color: #223A56;
}
.BgClassName
{
background-color: #223A56;
}
</style>
border-color css
<style>
span { border-color: #223A56; }
span { border-color: rgb(34,58,86); }
td.TdClassName
{
border-color: #223A56;
}
.TagClassName
{
border-color: #223A56;
}
</style>