Shades of Catalina Blue #223463
Tints of Catalina Blue #223463
RGB
CMYK
RGB Variations
Color information
#223463 (or 0x223463) is known color: Catalina Blue. HEX triplet: 22, 34 and 63. RGB value is (34,52,99). Sum of RGB (Red+Green+Blue) = 34+52+99=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #223463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223463 is #DDCB9C. Grayscale: #333333. Windows color (decimal): -14535581 or 6501410. OLE color: 6501410.
HSL color Cylindrical-coordinate representation of color #223463: hue angle of 223.38º 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 #223463 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 52 | 99 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.61 |
| HSL | 223.38º | 0.49% | 0.26% | - |
| HSV(B) | 223.38º | 0.66% | 0.39% | - |
| XYZ | 4.14 | 3.7 | 12.3 | - |
| YUV | 51.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 99 | 0.66 | 0.47 | 0 | 0.61 | 223.38 | 0.49 | 0.26 |
| Hex | 22 | 34 | 63 | 42 | 2F | 0 | 3D | DF | 31 | 1A |
| Octal | 42 | 64 | 143 | 102 | 57 | 0 | 75 | 337 | 61 | 32 |
| Binary | 100010 | 110100 | 1100011 | 1000010 | 101111 | 0 | 111101 | 11011111 | 110001 | 11010 |
Color Harmonies of #223463
Complementary color
Monochromatic Colors of #223463
Black with #223463
Text Example
Text Example
White with #223463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223463; }
p { color: rgb(34,52,99); }
H1.HeaderClassName
{
color: #223463;
}
.AnyTagClassName
{
color: #223463;
}
</style>
background-color css
<style>
a { background-color: #223463; }
a { background-color: rgb(34,52,99); }
div.DivClassName
{
background-color: #223463;
}
.BgClassName
{
background-color: #223463;
}
</style>
border-color css
<style>
span { border-color: #223463; }
span { border-color: rgb(34,52,99); }
td.TdClassName
{
border-color: #223463;
}
.TagClassName
{
border-color: #223463;
}
</style>