Shades of Tory Blue #234490
Tints of Tory Blue #234490
RGB
CMYK
RGB Variations
Color information
#234490 (or 0x234490) is known color: Tory Blue. HEX triplet: 23, 44 and 90. RGB value is (35,68,144). Sum of RGB (Red+Green+Blue) = 35+68+144=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #234490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234490 is #DCBB6F. Grayscale: #424242. Windows color (decimal): -14465904 or 9454627. OLE color: 9454627.
HSL color Cylindrical-coordinate representation of color #234490: hue angle of 221.83º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234490 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 68 | 144 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.44 |
| HSL | 221.83º | 0.61% | 0.35% | - |
| HSV(B) | 221.83º | 0.76% | 0.56% | - |
| XYZ | 7.79 | 6.51 | 27.23 | - |
| YUV | 66.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 144 | 0.76 | 0.53 | 0 | 0.44 | 221.83 | 0.61 | 0.35 |
| Hex | 23 | 44 | 90 | 4C | 35 | 0 | 2C | DE | 3D | 23 |
| Octal | 43 | 104 | 220 | 114 | 65 | 0 | 54 | 336 | 75 | 43 |
| Binary | 100011 | 1000100 | 10010000 | 1001100 | 110101 | 0 | 101100 | 11011110 | 111101 | 100011 |
Color Harmonies of #234490
Complementary color
Monochromatic Colors of #234490
Black with #234490
Text Example
Text Example
White with #234490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234490; }
p { color: rgb(35,68,144); }
H1.HeaderClassName
{
color: #234490;
}
.AnyTagClassName
{
color: #234490;
}
</style>
background-color css
<style>
a { background-color: #234490; }
a { background-color: rgb(35,68,144); }
div.DivClassName
{
background-color: #234490;
}
.BgClassName
{
background-color: #234490;
}
</style>
border-color css
<style>
span { border-color: #234490; }
span { border-color: rgb(35,68,144); }
td.TdClassName
{
border-color: #234490;
}
.TagClassName
{
border-color: #234490;
}
</style>