Shades of Catalina Blue #22385C
Tints of Catalina Blue #22385C
RGB
CMYK
RGB Variations
Color information
#22385C (or 0x22385C) is known color: Catalina Blue. HEX triplet: 22, 38 and 5C. RGB value is (34,56,92). Sum of RGB (Red+Green+Blue) = 34+56+92=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #22385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22385C is #DDC7A3. Grayscale: #353535. Windows color (decimal): -14534564 or 6043682. OLE color: 6043682.
HSL color Cylindrical-coordinate representation of color #22385C: hue angle of 217.24º 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 #22385C is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 56 | 92 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.64 |
| HSL | 217.24º | 0.46% | 0.25% | - |
| HSV(B) | 217.24º | 0.63% | 0.36% | - |
| XYZ | 4.01 | 3.94 | 10.67 | - |
| YUV | 53.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 92 | 0.63 | 0.39 | 0 | 0.64 | 217.24 | 0.46 | 0.25 |
| Hex | 22 | 38 | 5C | 3F | 27 | 0 | 40 | D9 | 2E | 19 |
| Octal | 42 | 70 | 134 | 77 | 47 | 0 | 100 | 331 | 56 | 31 |
| Binary | 100010 | 111000 | 1011100 | 111111 | 100111 | 0 | 1000000 | 11011001 | 101110 | 11001 |
Color Harmonies of #22385C
Complementary color
Monochromatic Colors of #22385C
Black with #22385C
Text Example
Text Example
White with #22385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22385C; }
p { color: rgb(34,56,92); }
H1.HeaderClassName
{
color: #22385C;
}
.AnyTagClassName
{
color: #22385C;
}
</style>
background-color css
<style>
a { background-color: #22385C; }
a { background-color: rgb(34,56,92); }
div.DivClassName
{
background-color: #22385C;
}
.BgClassName
{
background-color: #22385C;
}
</style>
border-color css
<style>
span { border-color: #22385C; }
span { border-color: rgb(34,56,92); }
td.TdClassName
{
border-color: #22385C;
}
.TagClassName
{
border-color: #22385C;
}
</style>