Shades of Catalina Blue #223F61
Tints of Catalina Blue #223F61
RGB
CMYK
RGB Variations
Color information
#223F61 (or 0x223F61) is known color: Catalina Blue. HEX triplet: 22, 3F and 61. RGB value is (34,63,97). Sum of RGB (Red+Green+Blue) = 34+63+97=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #223F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F61 is #DDC09E. Grayscale: #3A3A3A. Windows color (decimal): -14532767 or 6373154. OLE color: 6373154.
HSL color Cylindrical-coordinate representation of color #223F61: hue angle of 212.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223F61 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 63 | 97 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.62 |
| HSL | 212.38º | 0.48% | 0.26% | - |
| HSV(B) | 212.38º | 0.65% | 0.38% | - |
| XYZ | 4.59 | 4.76 | 11.99 | - |
| YUV | 58.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 97 | 0.65 | 0.35 | 0 | 0.62 | 212.38 | 0.48 | 0.26 |
| Hex | 22 | 3F | 61 | 41 | 23 | 0 | 3E | D4 | 30 | 1A |
| Octal | 42 | 77 | 141 | 101 | 43 | 0 | 76 | 324 | 60 | 32 |
| Binary | 100010 | 111111 | 1100001 | 1000001 | 100011 | 0 | 111110 | 11010100 | 110000 | 11010 |
Color Harmonies of #223F61
Complementary color
Monochromatic Colors of #223F61
Black with #223F61
Text Example
Text Example
White with #223F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F61; }
p { color: rgb(34,63,97); }
H1.HeaderClassName
{
color: #223F61;
}
.AnyTagClassName
{
color: #223F61;
}
</style>
background-color css
<style>
a { background-color: #223F61; }
a { background-color: rgb(34,63,97); }
div.DivClassName
{
background-color: #223F61;
}
.BgClassName
{
background-color: #223F61;
}
</style>
border-color css
<style>
span { border-color: #223F61; }
span { border-color: rgb(34,63,97); }
td.TdClassName
{
border-color: #223F61;
}
.TagClassName
{
border-color: #223F61;
}
</style>