Shades of Catalina Blue #223062
Tints of Catalina Blue #223062
RGB
CMYK
RGB Variations
Color information
#223062 (or 0x223062) is known color: Catalina Blue. HEX triplet: 22, 30 and 62. RGB value is (34,48,98). Sum of RGB (Red+Green+Blue) = 34+48+98=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #223062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223062 is #DDCF9D. Grayscale: #313131. Windows color (decimal): -14536606 or 6434850. OLE color: 6434850.
HSL color Cylindrical-coordinate representation of color #223062: hue angle of 226.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223062 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 48 | 98 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.62 |
| HSL | 226.88º | 0.48% | 0.26% | - |
| HSV(B) | 226.88º | 0.65% | 0.38% | - |
| XYZ | 3.92 | 3.34 | 11.99 | - |
| YUV | 49.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 98 | 0.65 | 0.51 | 0 | 0.62 | 226.88 | 0.48 | 0.26 |
| Hex | 22 | 30 | 62 | 41 | 33 | 0 | 3E | E3 | 30 | 1A |
| Octal | 42 | 60 | 142 | 101 | 63 | 0 | 76 | 343 | 60 | 32 |
| Binary | 100010 | 110000 | 1100010 | 1000001 | 110011 | 0 | 111110 | 11100011 | 110000 | 11010 |
Color Harmonies of #223062
Complementary color
Monochromatic Colors of #223062
Black with #223062
Text Example
Text Example
White with #223062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223062; }
p { color: rgb(34,48,98); }
H1.HeaderClassName
{
color: #223062;
}
.AnyTagClassName
{
color: #223062;
}
</style>
background-color css
<style>
a { background-color: #223062; }
a { background-color: rgb(34,48,98); }
div.DivClassName
{
background-color: #223062;
}
.BgClassName
{
background-color: #223062;
}
</style>
border-color css
<style>
span { border-color: #223062; }
span { border-color: rgb(34,48,98); }
td.TdClassName
{
border-color: #223062;
}
.TagClassName
{
border-color: #223062;
}
</style>