Shades of Tory Blue #233F91
Tints of Tory Blue #233F91
RGB
CMYK
RGB Variations
Color information
#233F91 (or 0x233F91) is known color: Tory Blue. HEX triplet: 23, 3F and 91. RGB value is (35,63,145). Sum of RGB (Red+Green+Blue) = 35+63+145=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #233F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F91 is #DCC06E. Grayscale: #3F3F3F. Windows color (decimal): -14467183 or 9518883. OLE color: 9518883.
HSL color Cylindrical-coordinate representation of color #233F91: hue angle of 224.73º 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 #233F91 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 63 | 145 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.43 |
| HSL | 224.73º | 0.61% | 0.35% | - |
| HSV(B) | 224.73º | 0.76% | 0.57% | - |
| XYZ | 7.58 | 5.96 | 27.54 | - |
| YUV | 63.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 145 | 0.76 | 0.57 | 0 | 0.43 | 224.73 | 0.61 | 0.35 |
| Hex | 23 | 3F | 91 | 4C | 39 | 0 | 2B | E1 | 3D | 23 |
| Octal | 43 | 77 | 221 | 114 | 71 | 0 | 53 | 341 | 75 | 43 |
| Binary | 100011 | 111111 | 10010001 | 1001100 | 111001 | 0 | 101011 | 11100001 | 111101 | 100011 |
Color Harmonies of #233F91
Complementary color
Monochromatic Colors of #233F91
Black with #233F91
Text Example
Text Example
White with #233F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F91; }
p { color: rgb(35,63,145); }
H1.HeaderClassName
{
color: #233F91;
}
.AnyTagClassName
{
color: #233F91;
}
</style>
background-color css
<style>
a { background-color: #233F91; }
a { background-color: rgb(35,63,145); }
div.DivClassName
{
background-color: #233F91;
}
.BgClassName
{
background-color: #233F91;
}
</style>
border-color css
<style>
span { border-color: #233F91; }
span { border-color: rgb(35,63,145); }
td.TdClassName
{
border-color: #233F91;
}
.TagClassName
{
border-color: #233F91;
}
</style>