Shades of Catalina Blue #223E6D
Tints of Catalina Blue #223E6D
RGB
CMYK
RGB Variations
Color information
#223E6D (or 0x223E6D) is known color: Catalina Blue. HEX triplet: 22, 3E and 6D. RGB value is (34,62,109). Sum of RGB (Red+Green+Blue) = 34+62+109=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #223E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E6D is #DDC192. Grayscale: #3A3A3A. Windows color (decimal): -14533011 or 7159330. OLE color: 7159330.
HSL color Cylindrical-coordinate representation of color #223E6D: hue angle of 217.6º degrees, saturation: 0.52, 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 #223E6D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 62 | 109 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.57 |
| HSL | 217.6º | 0.52% | 0.28% | - |
| HSV(B) | 217.6º | 0.69% | 0.43% | - |
| XYZ | 5.14 | 4.89 | 15.14 | - |
| YUV | 58.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 109 | 0.69 | 0.43 | 0 | 0.57 | 217.6 | 0.52 | 0.28 |
| Hex | 22 | 3E | 6D | 45 | 2B | 0 | 39 | DA | 34 | 1C |
| Octal | 42 | 76 | 155 | 105 | 53 | 0 | 71 | 332 | 64 | 34 |
| Binary | 100010 | 111110 | 1101101 | 1000101 | 101011 | 0 | 111001 | 11011010 | 110100 | 11100 |
Color Harmonies of #223E6D
Complementary color
Monochromatic Colors of #223E6D
Black with #223E6D
Text Example
Text Example
White with #223E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E6D; }
p { color: rgb(34,62,109); }
H1.HeaderClassName
{
color: #223E6D;
}
.AnyTagClassName
{
color: #223E6D;
}
</style>
background-color css
<style>
a { background-color: #223E6D; }
a { background-color: rgb(34,62,109); }
div.DivClassName
{
background-color: #223E6D;
}
.BgClassName
{
background-color: #223E6D;
}
</style>
border-color css
<style>
span { border-color: #223E6D; }
span { border-color: rgb(34,62,109); }
td.TdClassName
{
border-color: #223E6D;
}
.TagClassName
{
border-color: #223E6D;
}
</style>