Shades of Catalina Blue #22386C
Tints of Catalina Blue #22386C
RGB
CMYK
RGB Variations
Color information
#22386C (or 0x22386C) is known color: Catalina Blue. HEX triplet: 22, 38 and 6C. RGB value is (34,56,108). Sum of RGB (Red+Green+Blue) = 34+56+108=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #22386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22386C is #DDC793. Grayscale: #373737. Windows color (decimal): -14534548 or 7092258. OLE color: 7092258.
HSL color Cylindrical-coordinate representation of color #22386C: hue angle of 222.16º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22386C is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 56 | 108 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.58 |
| HSL | 222.16º | 0.52% | 0.28% | - |
| HSV(B) | 222.16º | 0.69% | 0.42% | - |
| XYZ | 4.78 | 4.25 | 14.76 | - |
| YUV | 55.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 108 | 0.69 | 0.48 | 0 | 0.58 | 222.16 | 0.52 | 0.28 |
| Hex | 22 | 38 | 6C | 45 | 30 | 0 | 3A | DE | 34 | 1C |
| Octal | 42 | 70 | 154 | 105 | 60 | 0 | 72 | 336 | 64 | 34 |
| Binary | 100010 | 111000 | 1101100 | 1000101 | 110000 | 0 | 111010 | 11011110 | 110100 | 11100 |
Color Harmonies of #22386C
Complementary color
Monochromatic Colors of #22386C
Black with #22386C
Text Example
Text Example
White with #22386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22386C; }
p { color: rgb(34,56,108); }
H1.HeaderClassName
{
color: #22386C;
}
.AnyTagClassName
{
color: #22386C;
}
</style>
background-color css
<style>
a { background-color: #22386C; }
a { background-color: rgb(34,56,108); }
div.DivClassName
{
background-color: #22386C;
}
.BgClassName
{
background-color: #22386C;
}
</style>
border-color css
<style>
span { border-color: #22386C; }
span { border-color: rgb(34,56,108); }
td.TdClassName
{
border-color: #22386C;
}
.TagClassName
{
border-color: #22386C;
}
</style>