Shades of Catalina Blue #223B5C
Tints of Catalina Blue #223B5C
RGB
CMYK
RGB Variations
Color information
#223B5C (or 0x223B5C) is known color: Catalina Blue. HEX triplet: 22, 3B and 5C. RGB value is (34,59,92). Sum of RGB (Red+Green+Blue) = 34+59+92=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #223B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B5C is #DDC4A3. Grayscale: #373737. Windows color (decimal): -14533796 or 6044450. OLE color: 6044450.
HSL color Cylindrical-coordinate representation of color #223B5C: hue angle of 214.14º 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 #223B5C is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 59 | 92 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.64 |
| HSL | 214.14º | 0.46% | 0.25% | - |
| HSV(B) | 214.14º | 0.63% | 0.36% | - |
| XYZ | 4.16 | 4.24 | 10.72 | - |
| YUV | 55.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 92 | 0.63 | 0.36 | 0 | 0.64 | 214.14 | 0.46 | 0.25 |
| Hex | 22 | 3B | 5C | 3F | 24 | 0 | 40 | D6 | 2E | 19 |
| Octal | 42 | 73 | 134 | 77 | 44 | 0 | 100 | 326 | 56 | 31 |
| Binary | 100010 | 111011 | 1011100 | 111111 | 100100 | 0 | 1000000 | 11010110 | 101110 | 11001 |
Color Harmonies of #223B5C
Complementary color
Monochromatic Colors of #223B5C
Black with #223B5C
Text Example
Text Example
White with #223B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B5C; }
p { color: rgb(34,59,92); }
H1.HeaderClassName
{
color: #223B5C;
}
.AnyTagClassName
{
color: #223B5C;
}
</style>
background-color css
<style>
a { background-color: #223B5C; }
a { background-color: rgb(34,59,92); }
div.DivClassName
{
background-color: #223B5C;
}
.BgClassName
{
background-color: #223B5C;
}
</style>
border-color css
<style>
span { border-color: #223B5C; }
span { border-color: rgb(34,59,92); }
td.TdClassName
{
border-color: #223B5C;
}
.TagClassName
{
border-color: #223B5C;
}
</style>