Shades of Tory Blue #234190
Tints of Tory Blue #234190
RGB
CMYK
RGB Variations
Color information
#234190 (or 0x234190) is known color: Tory Blue. HEX triplet: 23, 41 and 90. RGB value is (35,65,144). Sum of RGB (Red+Green+Blue) = 35+65+144=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #234190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234190 is #DCBE6F. Grayscale: #404040. Windows color (decimal): -14466672 or 9453859. OLE color: 9453859.
HSL color Cylindrical-coordinate representation of color #234190: hue angle of 223.49º 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 #234190 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 65 | 144 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.44 |
| HSL | 223.49º | 0.61% | 0.35% | - |
| HSV(B) | 223.49º | 0.76% | 0.56% | - |
| XYZ | 7.62 | 6.15 | 27.17 | - |
| YUV | 65.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 144 | 0.76 | 0.55 | 0 | 0.44 | 223.49 | 0.61 | 0.35 |
| Hex | 23 | 41 | 90 | 4C | 37 | 0 | 2C | DF | 3D | 23 |
| Octal | 43 | 101 | 220 | 114 | 67 | 0 | 54 | 337 | 75 | 43 |
| Binary | 100011 | 1000001 | 10010000 | 1001100 | 110111 | 0 | 101100 | 11011111 | 111101 | 100011 |
Color Harmonies of #234190
Complementary color
Monochromatic Colors of #234190
Black with #234190
Text Example
Text Example
White with #234190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234190; }
p { color: rgb(35,65,144); }
H1.HeaderClassName
{
color: #234190;
}
.AnyTagClassName
{
color: #234190;
}
</style>
background-color css
<style>
a { background-color: #234190; }
a { background-color: rgb(35,65,144); }
div.DivClassName
{
background-color: #234190;
}
.BgClassName
{
background-color: #234190;
}
</style>
border-color css
<style>
span { border-color: #234190; }
span { border-color: rgb(35,65,144); }
td.TdClassName
{
border-color: #234190;
}
.TagClassName
{
border-color: #234190;
}
</style>