Shades of Catalina Blue #223C5D
Tints of Catalina Blue #223C5D
RGB
CMYK
RGB Variations
Color information
#223C5D (or 0x223C5D) is known color: Catalina Blue. HEX triplet: 22, 3C and 5D. RGB value is (34,60,93). Sum of RGB (Red+Green+Blue) = 34+60+93=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #223C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C5D is #DDC3A2. Grayscale: #373737. Windows color (decimal): -14533539 or 6110242. OLE color: 6110242.
HSL color Cylindrical-coordinate representation of color #223C5D: hue angle of 213.56º 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 #223C5D is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 60 | 93 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.64 |
| HSL | 213.56º | 0.46% | 0.25% | - |
| HSV(B) | 213.56º | 0.63% | 0.36% | - |
| XYZ | 4.25 | 4.36 | 10.97 | - |
| YUV | 55.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 93 | 0.63 | 0.35 | 0 | 0.64 | 213.56 | 0.46 | 0.25 |
| Hex | 22 | 3C | 5D | 3F | 23 | 0 | 40 | D6 | 2E | 19 |
| Octal | 42 | 74 | 135 | 77 | 43 | 0 | 100 | 326 | 56 | 31 |
| Binary | 100010 | 111100 | 1011101 | 111111 | 100011 | 0 | 1000000 | 11010110 | 101110 | 11001 |
Color Harmonies of #223C5D
Complementary color
Monochromatic Colors of #223C5D
Black with #223C5D
Text Example
Text Example
White with #223C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C5D; }
p { color: rgb(34,60,93); }
H1.HeaderClassName
{
color: #223C5D;
}
.AnyTagClassName
{
color: #223C5D;
}
</style>
background-color css
<style>
a { background-color: #223C5D; }
a { background-color: rgb(34,60,93); }
div.DivClassName
{
background-color: #223C5D;
}
.BgClassName
{
background-color: #223C5D;
}
</style>
border-color css
<style>
span { border-color: #223C5D; }
span { border-color: rgb(34,60,93); }
td.TdClassName
{
border-color: #223C5D;
}
.TagClassName
{
border-color: #223C5D;
}
</style>