Shades of Catalina Blue #223D6E
Tints of Catalina Blue #223D6E
RGB
CMYK
RGB Variations
Color information
#223D6E (or 0x223D6E) is known color: Catalina Blue. HEX triplet: 22, 3D and 6E. RGB value is (34,61,110). Sum of RGB (Red+Green+Blue) = 34+61+110=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #223D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D6E is #DDC291. Grayscale: #3A3A3A. Windows color (decimal): -14533266 or 7224610. OLE color: 7224610.
HSL color Cylindrical-coordinate representation of color #223D6E: hue angle of 218.68º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223D6E is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 61 | 110 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.57 |
| HSL | 218.68º | 0.53% | 0.28% | - |
| HSV(B) | 218.68º | 0.69% | 0.43% | - |
| XYZ | 5.14 | 4.8 | 15.41 | - |
| YUV | 58.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 110 | 0.69 | 0.45 | 0 | 0.57 | 218.68 | 0.53 | 0.28 |
| Hex | 22 | 3D | 6E | 45 | 2D | 0 | 39 | DB | 35 | 1C |
| Octal | 42 | 75 | 156 | 105 | 55 | 0 | 71 | 333 | 65 | 34 |
| Binary | 100010 | 111101 | 1101110 | 1000101 | 101101 | 0 | 111001 | 11011011 | 110101 | 11100 |
Color Harmonies of #223D6E
Complementary color
Monochromatic Colors of #223D6E
Black with #223D6E
Text Example
Text Example
White with #223D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D6E; }
p { color: rgb(34,61,110); }
H1.HeaderClassName
{
color: #223D6E;
}
.AnyTagClassName
{
color: #223D6E;
}
</style>
background-color css
<style>
a { background-color: #223D6E; }
a { background-color: rgb(34,61,110); }
div.DivClassName
{
background-color: #223D6E;
}
.BgClassName
{
background-color: #223D6E;
}
</style>
border-color css
<style>
span { border-color: #223D6E; }
span { border-color: rgb(34,61,110); }
td.TdClassName
{
border-color: #223D6E;
}
.TagClassName
{
border-color: #223D6E;
}
</style>