Shades of Tory Blue #234591
Tints of Tory Blue #234591
RGB
CMYK
RGB Variations
Color information
#234591 (or 0x234591) is known color: Tory Blue. HEX triplet: 23, 45 and 91. RGB value is (35,69,145). Sum of RGB (Red+Green+Blue) = 35+69+145=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #234591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234591 is #DCBA6E. Grayscale: #434343. Windows color (decimal): -14465647 or 9520419. OLE color: 9520419.
HSL color Cylindrical-coordinate representation of color #234591: hue angle of 221.45º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234591 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 69 | 145 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.43 |
| HSL | 221.45º | 0.61% | 0.35% | - |
| HSV(B) | 221.45º | 0.76% | 0.57% | - |
| XYZ | 7.93 | 6.66 | 27.66 | - |
| YUV | 67.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 145 | 0.76 | 0.52 | 0 | 0.43 | 221.45 | 0.61 | 0.35 |
| Hex | 23 | 45 | 91 | 4C | 34 | 0 | 2B | DD | 3D | 23 |
| Octal | 43 | 105 | 221 | 114 | 64 | 0 | 53 | 335 | 75 | 43 |
| Binary | 100011 | 1000101 | 10010001 | 1001100 | 110100 | 0 | 101011 | 11011101 | 111101 | 100011 |
Color Harmonies of #234591
Complementary color
Monochromatic Colors of #234591
Black with #234591
Text Example
Text Example
White with #234591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234591; }
p { color: rgb(35,69,145); }
H1.HeaderClassName
{
color: #234591;
}
.AnyTagClassName
{
color: #234591;
}
</style>
background-color css
<style>
a { background-color: #234591; }
a { background-color: rgb(35,69,145); }
div.DivClassName
{
background-color: #234591;
}
.BgClassName
{
background-color: #234591;
}
</style>
border-color css
<style>
span { border-color: #234591; }
span { border-color: rgb(35,69,145); }
td.TdClassName
{
border-color: #234591;
}
.TagClassName
{
border-color: #234591;
}
</style>