Shades of Catalina Blue #223452
Tints of Catalina Blue #223452
RGB
CMYK
RGB Variations
Color information
#223452 (or 0x223452) is known color: Catalina Blue. HEX triplet: 22, 34 and 52. RGB value is (34,52,82). Sum of RGB (Red+Green+Blue) = 34+52+82=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #223452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223452 is #DDCBAD. Grayscale: #313131. Windows color (decimal): -14535598 or 5387298. OLE color: 5387298.
HSL color Cylindrical-coordinate representation of color #223452: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223452 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 52 | 82 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.68 |
| HSL | 217.5º | 0.41% | 0.23% | - |
| HSV(B) | 217.5º | 0.59% | 0.32% | - |
| XYZ | 3.41 | 3.41 | 8.46 | - |
| YUV | 50.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 82 | 0.59 | 0.37 | 0 | 0.68 | 217.5 | 0.41 | 0.23 |
| Hex | 22 | 34 | 52 | 3B | 25 | 0 | 44 | DA | 29 | 17 |
| Octal | 42 | 64 | 122 | 73 | 45 | 0 | 104 | 332 | 51 | 27 |
| Binary | 100010 | 110100 | 1010010 | 111011 | 100101 | 0 | 1000100 | 11011010 | 101001 | 10111 |
Color Harmonies of #223452
Complementary color
Monochromatic Colors of #223452
Black with #223452
Text Example
Text Example
White with #223452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223452; }
p { color: rgb(34,52,82); }
H1.HeaderClassName
{
color: #223452;
}
.AnyTagClassName
{
color: #223452;
}
</style>
background-color css
<style>
a { background-color: #223452; }
a { background-color: rgb(34,52,82); }
div.DivClassName
{
background-color: #223452;
}
.BgClassName
{
background-color: #223452;
}
</style>
border-color css
<style>
span { border-color: #223452; }
span { border-color: rgb(34,52,82); }
td.TdClassName
{
border-color: #223452;
}
.TagClassName
{
border-color: #223452;
}
</style>