Shades of Catalina Blue #224167
Tints of Catalina Blue #224167
RGB
CMYK
RGB Variations
Color information
#224167 (or 0x224167) is known color: Catalina Blue. HEX triplet: 22, 41 and 67. RGB value is (34,65,103). Sum of RGB (Red+Green+Blue) = 34+65+103=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #224167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224167 is #DDBE98. Grayscale: #3B3B3B. Windows color (decimal): -14532249 or 6766882. OLE color: 6766882.
HSL color Cylindrical-coordinate representation of color #224167: hue angle of 213.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224167 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 65 | 103 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.60 |
| HSL | 213.04º | 0.5% | 0.27% | - |
| HSV(B) | 213.04º | 0.67% | 0.4% | - |
| XYZ | 5 | 5.1 | 13.55 | - |
| YUV | 60.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 103 | 0.67 | 0.37 | 0 | 0.60 | 213.04 | 0.5 | 0.27 |
| Hex | 22 | 41 | 67 | 43 | 25 | 0 | 3C | D5 | 32 | 1B |
| Octal | 42 | 101 | 147 | 103 | 45 | 0 | 74 | 325 | 62 | 33 |
| Binary | 100010 | 1000001 | 1100111 | 1000011 | 100101 | 0 | 111100 | 11010101 | 110010 | 11011 |
Color Harmonies of #224167
Complementary color
Monochromatic Colors of #224167
Black with #224167
Text Example
Text Example
White with #224167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224167; }
p { color: rgb(34,65,103); }
H1.HeaderClassName
{
color: #224167;
}
.AnyTagClassName
{
color: #224167;
}
</style>
background-color css
<style>
a { background-color: #224167; }
a { background-color: rgb(34,65,103); }
div.DivClassName
{
background-color: #224167;
}
.BgClassName
{
background-color: #224167;
}
</style>
border-color css
<style>
span { border-color: #224167; }
span { border-color: rgb(34,65,103); }
td.TdClassName
{
border-color: #224167;
}
.TagClassName
{
border-color: #224167;
}
</style>