Shades of Tory Blue #223D8D
Tints of Tory Blue #223D8D
RGB
CMYK
RGB Variations
Color information
#223D8D (or 0x223D8D) is known color: Tory Blue. HEX triplet: 22, 3D and 8D. RGB value is (34,61,141). Sum of RGB (Red+Green+Blue) = 34+61+141=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #223D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D8D is #DDC272. Grayscale: #3D3D3D. Windows color (decimal): -14533235 or 9256226. OLE color: 9256226.
HSL color Cylindrical-coordinate representation of color #223D8D: hue angle of 224.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223D8D is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 61 | 141 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.45 |
| HSL | 224.86º | 0.61% | 0.34% | - |
| HSV(B) | 224.86º | 0.76% | 0.55% | - |
| XYZ | 7.14 | 5.6 | 25.9 | - |
| YUV | 62.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 141 | 0.76 | 0.57 | 0 | 0.45 | 224.86 | 0.61 | 0.34 |
| Hex | 22 | 3D | 8D | 4C | 39 | 0 | 2D | E1 | 3D | 22 |
| Octal | 42 | 75 | 215 | 114 | 71 | 0 | 55 | 341 | 75 | 42 |
| Binary | 100010 | 111101 | 10001101 | 1001100 | 111001 | 0 | 101101 | 11100001 | 111101 | 100010 |
Color Harmonies of #223D8D
Complementary color
Monochromatic Colors of #223D8D
Black with #223D8D
Text Example
Text Example
White with #223D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D8D; }
p { color: rgb(34,61,141); }
H1.HeaderClassName
{
color: #223D8D;
}
.AnyTagClassName
{
color: #223D8D;
}
</style>
background-color css
<style>
a { background-color: #223D8D; }
a { background-color: rgb(34,61,141); }
div.DivClassName
{
background-color: #223D8D;
}
.BgClassName
{
background-color: #223D8D;
}
</style>
border-color css
<style>
span { border-color: #223D8D; }
span { border-color: rgb(34,61,141); }
td.TdClassName
{
border-color: #223D8D;
}
.TagClassName
{
border-color: #223D8D;
}
</style>