Shades of Catalina Blue #223A5B
Tints of Catalina Blue #223A5B
RGB
CMYK
RGB Variations
Color information
#223A5B (or 0x223A5B) is known color: Catalina Blue. HEX triplet: 22, 3A and 5B. RGB value is (34,58,91). Sum of RGB (Red+Green+Blue) = 34+58+91=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #223A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A5B is #DDC5A4. Grayscale: #363636. Windows color (decimal): -14534053 or 5978658. OLE color: 5978658.
HSL color Cylindrical-coordinate representation of color #223A5B: hue angle of 214.74º 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 #223A5B is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 58 | 91 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.64 |
| HSL | 214.74º | 0.46% | 0.25% | - |
| HSV(B) | 214.74º | 0.63% | 0.36% | - |
| XYZ | 4.06 | 4.12 | 10.48 | - |
| YUV | 54.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 91 | 0.63 | 0.36 | 0 | 0.64 | 214.74 | 0.46 | 0.25 |
| Hex | 22 | 3A | 5B | 3F | 24 | 0 | 40 | D7 | 2E | 19 |
| Octal | 42 | 72 | 133 | 77 | 44 | 0 | 100 | 327 | 56 | 31 |
| Binary | 100010 | 111010 | 1011011 | 111111 | 100100 | 0 | 1000000 | 11010111 | 101110 | 11001 |
Color Harmonies of #223A5B
Complementary color
Monochromatic Colors of #223A5B
Black with #223A5B
Text Example
Text Example
White with #223A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A5B; }
p { color: rgb(34,58,91); }
H1.HeaderClassName
{
color: #223A5B;
}
.AnyTagClassName
{
color: #223A5B;
}
</style>
background-color css
<style>
a { background-color: #223A5B; }
a { background-color: rgb(34,58,91); }
div.DivClassName
{
background-color: #223A5B;
}
.BgClassName
{
background-color: #223A5B;
}
</style>
border-color css
<style>
span { border-color: #223A5B; }
span { border-color: rgb(34,58,91); }
td.TdClassName
{
border-color: #223A5B;
}
.TagClassName
{
border-color: #223A5B;
}
</style>