Shades of Tory Blue #233C91
Tints of Tory Blue #233C91
RGB
CMYK
RGB Variations
Color information
#233C91 (or 0x233C91) is known color: Tory Blue. HEX triplet: 23, 3C and 91. RGB value is (35,60,145). Sum of RGB (Red+Green+Blue) = 35+60+145=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #233C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C91 is #DCC36E. Grayscale: #3D3D3D. Windows color (decimal): -14467951 or 9518115. OLE color: 9518115.
HSL color Cylindrical-coordinate representation of color #233C91: hue angle of 226.36º 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 #233C91 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 60 | 145 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.43 |
| HSL | 226.36º | 0.61% | 0.35% | - |
| HSV(B) | 226.36º | 0.76% | 0.57% | - |
| XYZ | 7.42 | 5.63 | 27.48 | - |
| YUV | 62.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 145 | 0.76 | 0.59 | 0 | 0.43 | 226.36 | 0.61 | 0.35 |
| Hex | 23 | 3C | 91 | 4C | 3B | 0 | 2B | E2 | 3D | 23 |
| Octal | 43 | 74 | 221 | 114 | 73 | 0 | 53 | 342 | 75 | 43 |
| Binary | 100011 | 111100 | 10010001 | 1001100 | 111011 | 0 | 101011 | 11100010 | 111101 | 100011 |
Color Harmonies of #233C91
Complementary color
Monochromatic Colors of #233C91
Black with #233C91
Text Example
Text Example
White with #233C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C91; }
p { color: rgb(35,60,145); }
H1.HeaderClassName
{
color: #233C91;
}
.AnyTagClassName
{
color: #233C91;
}
</style>
background-color css
<style>
a { background-color: #233C91; }
a { background-color: rgb(35,60,145); }
div.DivClassName
{
background-color: #233C91;
}
.BgClassName
{
background-color: #233C91;
}
</style>
border-color css
<style>
span { border-color: #233C91; }
span { border-color: rgb(35,60,145); }
td.TdClassName
{
border-color: #233C91;
}
.TagClassName
{
border-color: #233C91;
}
</style>