Shades of Catalina Blue #223B5D
Tints of Catalina Blue #223B5D
RGB
CMYK
RGB Variations
Color information
#223B5D (or 0x223B5D) is known color: Catalina Blue. HEX triplet: 22, 3B and 5D. RGB value is (34,59,93). Sum of RGB (Red+Green+Blue) = 34+59+93=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #223B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B5D is #DDC4A2. Grayscale: #373737. Windows color (decimal): -14533795 or 6109986. OLE color: 6109986.
HSL color Cylindrical-coordinate representation of color #223B5D: hue angle of 214.58º 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 #223B5D is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 59 | 93 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.64 |
| HSL | 214.58º | 0.46% | 0.25% | - |
| HSV(B) | 214.58º | 0.63% | 0.36% | - |
| XYZ | 4.2 | 4.26 | 10.96 | - |
| YUV | 55.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 93 | 0.63 | 0.37 | 0 | 0.64 | 214.58 | 0.46 | 0.25 |
| Hex | 22 | 3B | 5D | 3F | 25 | 0 | 40 | D7 | 2E | 19 |
| Octal | 42 | 73 | 135 | 77 | 45 | 0 | 100 | 327 | 56 | 31 |
| Binary | 100010 | 111011 | 1011101 | 111111 | 100101 | 0 | 1000000 | 11010111 | 101110 | 11001 |
Color Harmonies of #223B5D
Complementary color
Monochromatic Colors of #223B5D
Black with #223B5D
Text Example
Text Example
White with #223B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B5D; }
p { color: rgb(34,59,93); }
H1.HeaderClassName
{
color: #223B5D;
}
.AnyTagClassName
{
color: #223B5D;
}
</style>
background-color css
<style>
a { background-color: #223B5D; }
a { background-color: rgb(34,59,93); }
div.DivClassName
{
background-color: #223B5D;
}
.BgClassName
{
background-color: #223B5D;
}
</style>
border-color css
<style>
span { border-color: #223B5D; }
span { border-color: rgb(34,59,93); }
td.TdClassName
{
border-color: #223B5D;
}
.TagClassName
{
border-color: #223B5D;
}
</style>