Shades of Catalina Blue #22335C
Tints of Catalina Blue #22335C
RGB
CMYK
RGB Variations
Color information
#22335C (or 0x22335C) is known color: Catalina Blue. HEX triplet: 22, 33 and 5C. RGB value is (34,51,92). Sum of RGB (Red+Green+Blue) = 34+51+92=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #22335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22335C is #DDCCA3. Grayscale: #323232. Windows color (decimal): -14535844 or 6042402. OLE color: 6042402.
HSL color Cylindrical-coordinate representation of color #22335C: hue angle of 222.41º 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 #22335C is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 51 | 92 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.64 |
| HSL | 222.41º | 0.46% | 0.25% | - |
| HSV(B) | 222.41º | 0.63% | 0.36% | - |
| XYZ | 3.78 | 3.48 | 10.6 | - |
| YUV | 50.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 92 | 0.63 | 0.45 | 0 | 0.64 | 222.41 | 0.46 | 0.25 |
| Hex | 22 | 33 | 5C | 3F | 2D | 0 | 40 | DE | 2E | 19 |
| Octal | 42 | 63 | 134 | 77 | 55 | 0 | 100 | 336 | 56 | 31 |
| Binary | 100010 | 110011 | 1011100 | 111111 | 101101 | 0 | 1000000 | 11011110 | 101110 | 11001 |
Color Harmonies of #22335C
Complementary color
Monochromatic Colors of #22335C
Black with #22335C
Text Example
Text Example
White with #22335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22335C; }
p { color: rgb(34,51,92); }
H1.HeaderClassName
{
color: #22335C;
}
.AnyTagClassName
{
color: #22335C;
}
</style>
background-color css
<style>
a { background-color: #22335C; }
a { background-color: rgb(34,51,92); }
div.DivClassName
{
background-color: #22335C;
}
.BgClassName
{
background-color: #22335C;
}
</style>
border-color css
<style>
span { border-color: #22335C; }
span { border-color: rgb(34,51,92); }
td.TdClassName
{
border-color: #22335C;
}
.TagClassName
{
border-color: #22335C;
}
</style>