Shades of Catalina Blue #223462
Tints of Catalina Blue #223462
RGB
CMYK
RGB Variations
Color information
#223462 (or 0x223462) is known color: Catalina Blue. HEX triplet: 22, 34 and 62. RGB value is (34,52,98). Sum of RGB (Red+Green+Blue) = 34+52+98=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #223462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223462 is #DDCB9D. Grayscale: #333333. Windows color (decimal): -14535582 or 6435874. OLE color: 6435874.
HSL color Cylindrical-coordinate representation of color #223462: hue angle of 223.12º 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 #223462 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 52 | 98 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.62 |
| HSL | 223.13º | 0.48% | 0.26% | - |
| HSV(B) | 223.13º | 0.65% | 0.38% | - |
| XYZ | 4.09 | 3.68 | 12.05 | - |
| YUV | 51.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 98 | 0.65 | 0.47 | 0 | 0.62 | 223.13 | 0.48 | 0.26 |
| Hex | 22 | 34 | 62 | 41 | 2F | 0 | 3E | DF | 30 | 1A |
| Octal | 42 | 64 | 142 | 101 | 57 | 0 | 76 | 337 | 60 | 32 |
| Binary | 100010 | 110100 | 1100010 | 1000001 | 101111 | 0 | 111110 | 11011111 | 110000 | 11010 |
Color Harmonies of #223462
Complementary color
Monochromatic Colors of #223462
Black with #223462
Text Example
Text Example
White with #223462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223462; }
p { color: rgb(34,52,98); }
H1.HeaderClassName
{
color: #223462;
}
.AnyTagClassName
{
color: #223462;
}
</style>
background-color css
<style>
a { background-color: #223462; }
a { background-color: rgb(34,52,98); }
div.DivClassName
{
background-color: #223462;
}
.BgClassName
{
background-color: #223462;
}
</style>
border-color css
<style>
span { border-color: #223462; }
span { border-color: rgb(34,52,98); }
td.TdClassName
{
border-color: #223462;
}
.TagClassName
{
border-color: #223462;
}
</style>