Shades of Tory Blue #233E91
Tints of Tory Blue #233E91
RGB
CMYK
RGB Variations
Color information
#233E91 (or 0x233E91) is known color: Tory Blue. HEX triplet: 23, 3E and 91. RGB value is (35,62,145). Sum of RGB (Red+Green+Blue) = 35+62+145=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #233E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E91 is #DCC16E. Grayscale: #3F3F3F. Windows color (decimal): -14467439 or 9518627. OLE color: 9518627.
HSL color Cylindrical-coordinate representation of color #233E91: hue angle of 225.27º 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 #233E91 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 62 | 145 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.43 |
| HSL | 225.27º | 0.61% | 0.35% | - |
| HSV(B) | 225.27º | 0.76% | 0.57% | - |
| XYZ | 7.53 | 5.85 | 27.52 | - |
| YUV | 63.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 145 | 0.76 | 0.57 | 0 | 0.43 | 225.27 | 0.61 | 0.35 |
| Hex | 23 | 3E | 91 | 4C | 39 | 0 | 2B | E1 | 3D | 23 |
| Octal | 43 | 76 | 221 | 114 | 71 | 0 | 53 | 341 | 75 | 43 |
| Binary | 100011 | 111110 | 10010001 | 1001100 | 111001 | 0 | 101011 | 11100001 | 111101 | 100011 |
Color Harmonies of #233E91
Complementary color
Monochromatic Colors of #233E91
Black with #233E91
Text Example
Text Example
White with #233E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E91; }
p { color: rgb(35,62,145); }
H1.HeaderClassName
{
color: #233E91;
}
.AnyTagClassName
{
color: #233E91;
}
</style>
background-color css
<style>
a { background-color: #233E91; }
a { background-color: rgb(35,62,145); }
div.DivClassName
{
background-color: #233E91;
}
.BgClassName
{
background-color: #233E91;
}
</style>
border-color css
<style>
span { border-color: #233E91; }
span { border-color: rgb(35,62,145); }
td.TdClassName
{
border-color: #233E91;
}
.TagClassName
{
border-color: #233E91;
}
</style>