Shades of Catalina Blue #22426F
Tints of Catalina Blue #22426F
RGB
CMYK
RGB Variations
Color information
#22426F (or 0x22426F) is known color: Catalina Blue. HEX triplet: 22, 42 and 6F. RGB value is (34,66,111). Sum of RGB (Red+Green+Blue) = 34+66+111=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #22426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22426F is #DDBD90. Grayscale: #3D3D3D. Windows color (decimal): -14531985 or 7291426. OLE color: 7291426.
HSL color Cylindrical-coordinate representation of color #22426F: hue angle of 215.06º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22426F is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 66 | 111 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.56 |
| HSL | 215.06º | 0.53% | 0.28% | - |
| HSV(B) | 215.06º | 0.69% | 0.44% | - |
| XYZ | 5.48 | 5.38 | 15.79 | - |
| YUV | 61.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 111 | 0.69 | 0.41 | 0 | 0.56 | 215.06 | 0.53 | 0.28 |
| Hex | 22 | 42 | 6F | 45 | 29 | 0 | 38 | D7 | 35 | 1C |
| Octal | 42 | 102 | 157 | 105 | 51 | 0 | 70 | 327 | 65 | 34 |
| Binary | 100010 | 1000010 | 1101111 | 1000101 | 101001 | 0 | 111000 | 11010111 | 110101 | 11100 |
Color Harmonies of #22426F
Complementary color
Monochromatic Colors of #22426F
Black with #22426F
Text Example
Text Example
White with #22426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22426F; }
p { color: rgb(34,66,111); }
H1.HeaderClassName
{
color: #22426F;
}
.AnyTagClassName
{
color: #22426F;
}
</style>
background-color css
<style>
a { background-color: #22426F; }
a { background-color: rgb(34,66,111); }
div.DivClassName
{
background-color: #22426F;
}
.BgClassName
{
background-color: #22426F;
}
</style>
border-color css
<style>
span { border-color: #22426F; }
span { border-color: rgb(34,66,111); }
td.TdClassName
{
border-color: #22426F;
}
.TagClassName
{
border-color: #22426F;
}
</style>