Shades of Catalina Blue #223456
Tints of Catalina Blue #223456
RGB
CMYK
RGB Variations
Color information
#223456 (or 0x223456) is known color: Catalina Blue. HEX triplet: 22, 34 and 56. RGB value is (34,52,86). Sum of RGB (Red+Green+Blue) = 34+52+86=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #223456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223456 is #DDCBA9. Grayscale: #323232. Windows color (decimal): -14535594 or 5649442. OLE color: 5649442.
HSL color Cylindrical-coordinate representation of color #223456: hue angle of 219.23º 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 #223456 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 52 | 86 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.66 |
| HSL | 219.23º | 0.43% | 0.24% | - |
| HSV(B) | 219.23º | 0.6% | 0.34% | - |
| XYZ | 3.57 | 3.47 | 9.29 | - |
| YUV | 50.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 86 | 0.60 | 0.40 | 0 | 0.66 | 219.23 | 0.43 | 0.24 |
| Hex | 22 | 34 | 56 | 3C | 28 | 0 | 42 | DB | 2B | 18 |
| Octal | 42 | 64 | 126 | 74 | 50 | 0 | 102 | 333 | 53 | 30 |
| Binary | 100010 | 110100 | 1010110 | 111100 | 101000 | 0 | 1000010 | 11011011 | 101011 | 11000 |
Color Harmonies of #223456
Complementary color
Monochromatic Colors of #223456
Black with #223456
Text Example
Text Example
White with #223456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223456; }
p { color: rgb(34,52,86); }
H1.HeaderClassName
{
color: #223456;
}
.AnyTagClassName
{
color: #223456;
}
</style>
background-color css
<style>
a { background-color: #223456; }
a { background-color: rgb(34,52,86); }
div.DivClassName
{
background-color: #223456;
}
.BgClassName
{
background-color: #223456;
}
</style>
border-color css
<style>
span { border-color: #223456; }
span { border-color: rgb(34,52,86); }
td.TdClassName
{
border-color: #223456;
}
.TagClassName
{
border-color: #223456;
}
</style>