Shades of Catalina Blue #22365C
Tints of Catalina Blue #22365C
RGB
CMYK
RGB Variations
Color information
#22365C (or 0x22365C) is known color: Catalina Blue. HEX triplet: 22, 36 and 5C. RGB value is (34,54,92). Sum of RGB (Red+Green+Blue) = 34+54+92=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #22365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365C is #DDC9A3. Grayscale: #343434. Windows color (decimal): -14535076 or 6043170. OLE color: 6043170.
HSL color Cylindrical-coordinate representation of color #22365C: hue angle of 219.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22365C is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 54 | 92 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.64 |
| HSL | 219.31º | 0.46% | 0.25% | - |
| HSV(B) | 219.31º | 0.63% | 0.36% | - |
| XYZ | 3.91 | 3.75 | 10.64 | - |
| YUV | 52.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 92 | 0.63 | 0.41 | 0 | 0.64 | 219.31 | 0.46 | 0.25 |
| Hex | 22 | 36 | 5C | 3F | 29 | 0 | 40 | DB | 2E | 19 |
| Octal | 42 | 66 | 134 | 77 | 51 | 0 | 100 | 333 | 56 | 31 |
| Binary | 100010 | 110110 | 1011100 | 111111 | 101001 | 0 | 1000000 | 11011011 | 101110 | 11001 |
Color Harmonies of #22365C
Complementary color
Monochromatic Colors of #22365C
Black with #22365C
Text Example
Text Example
White with #22365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22365C; }
p { color: rgb(34,54,92); }
H1.HeaderClassName
{
color: #22365C;
}
.AnyTagClassName
{
color: #22365C;
}
</style>
background-color css
<style>
a { background-color: #22365C; }
a { background-color: rgb(34,54,92); }
div.DivClassName
{
background-color: #22365C;
}
.BgClassName
{
background-color: #22365C;
}
</style>
border-color css
<style>
span { border-color: #22365C; }
span { border-color: rgb(34,54,92); }
td.TdClassName
{
border-color: #22365C;
}
.TagClassName
{
border-color: #22365C;
}
</style>