Shades of Catalina Blue #223B63
Tints of Catalina Blue #223B63
RGB
CMYK
RGB Variations
Color information
#223B63 (or 0x223B63) is known color: Catalina Blue. HEX triplet: 22, 3B and 63. RGB value is (34,59,99). Sum of RGB (Red+Green+Blue) = 34+59+99=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #223B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B63 is #DDC49C. Grayscale: #373737. Windows color (decimal): -14533789 or 6503202. OLE color: 6503202.
HSL color Cylindrical-coordinate representation of color #223B63: hue angle of 216.92º 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 #223B63 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 59 | 99 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.61 |
| HSL | 216.92º | 0.49% | 0.26% | - |
| HSV(B) | 216.92º | 0.66% | 0.39% | - |
| XYZ | 4.48 | 4.37 | 12.41 | - |
| YUV | 56.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 99 | 0.66 | 0.40 | 0 | 0.61 | 216.92 | 0.49 | 0.26 |
| Hex | 22 | 3B | 63 | 42 | 28 | 0 | 3D | D9 | 31 | 1A |
| Octal | 42 | 73 | 143 | 102 | 50 | 0 | 75 | 331 | 61 | 32 |
| Binary | 100010 | 111011 | 1100011 | 1000010 | 101000 | 0 | 111101 | 11011001 | 110001 | 11010 |
Color Harmonies of #223B63
Complementary color
Monochromatic Colors of #223B63
Black with #223B63
Text Example
Text Example
White with #223B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B63; }
p { color: rgb(34,59,99); }
H1.HeaderClassName
{
color: #223B63;
}
.AnyTagClassName
{
color: #223B63;
}
</style>
background-color css
<style>
a { background-color: #223B63; }
a { background-color: rgb(34,59,99); }
div.DivClassName
{
background-color: #223B63;
}
.BgClassName
{
background-color: #223B63;
}
</style>
border-color css
<style>
span { border-color: #223B63; }
span { border-color: rgb(34,59,99); }
td.TdClassName
{
border-color: #223B63;
}
.TagClassName
{
border-color: #223B63;
}
</style>