Shades of Catalina Blue #223464
Tints of Catalina Blue #223464
RGB
CMYK
RGB Variations
Color information
#223464 (or 0x223464) is known color: Catalina Blue. HEX triplet: 22, 34 and 64. RGB value is (34,52,100). Sum of RGB (Red+Green+Blue) = 34+52+100=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #223464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223464 is #DDCB9B. Grayscale: #333333. Windows color (decimal): -14535580 or 6566946. OLE color: 6566946.
HSL color Cylindrical-coordinate representation of color #223464: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223464 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 52 | 100 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.61 |
| HSL | 223.64º | 0.49% | 0.26% | - |
| HSV(B) | 223.64º | 0.66% | 0.39% | - |
| XYZ | 4.19 | 3.72 | 12.55 | - |
| YUV | 52.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 100 | 0.66 | 0.48 | 0 | 0.61 | 223.64 | 0.49 | 0.26 |
| Hex | 22 | 34 | 64 | 42 | 30 | 0 | 3D | E0 | 31 | 1A |
| Octal | 42 | 64 | 144 | 102 | 60 | 0 | 75 | 340 | 61 | 32 |
| Binary | 100010 | 110100 | 1100100 | 1000010 | 110000 | 0 | 111101 | 11100000 | 110001 | 11010 |
Color Harmonies of #223464
Complementary color
Monochromatic Colors of #223464
Black with #223464
Text Example
Text Example
White with #223464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223464; }
p { color: rgb(34,52,100); }
H1.HeaderClassName
{
color: #223464;
}
.AnyTagClassName
{
color: #223464;
}
</style>
background-color css
<style>
a { background-color: #223464; }
a { background-color: rgb(34,52,100); }
div.DivClassName
{
background-color: #223464;
}
.BgClassName
{
background-color: #223464;
}
</style>
border-color css
<style>
span { border-color: #223464; }
span { border-color: rgb(34,52,100); }
td.TdClassName
{
border-color: #223464;
}
.TagClassName
{
border-color: #223464;
}
</style>