Shades of Tory Blue #233B90
Tints of Tory Blue #233B90
RGB
CMYK
RGB Variations
Color information
#233B90 (or 0x233B90) is known color: Tory Blue. HEX triplet: 23, 3B and 90. RGB value is (35,59,144). Sum of RGB (Red+Green+Blue) = 35+59+144=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #233B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233B90 is #DCC46F. Grayscale: #3D3D3D. Windows color (decimal): -14468208 or 9452323. OLE color: 9452323.
HSL color Cylindrical-coordinate representation of color #233B90: hue angle of 226.79º 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 #233B90 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 59 | 144 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.44 |
| HSL | 226.79º | 0.61% | 0.35% | - |
| HSV(B) | 226.79º | 0.76% | 0.56% | - |
| XYZ | 7.29 | 5.5 | 27.06 | - |
| YUV | 61.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 144 | 0.76 | 0.59 | 0 | 0.44 | 226.79 | 0.61 | 0.35 |
| Hex | 23 | 3B | 90 | 4C | 3B | 0 | 2C | E3 | 3D | 23 |
| Octal | 43 | 73 | 220 | 114 | 73 | 0 | 54 | 343 | 75 | 43 |
| Binary | 100011 | 111011 | 10010000 | 1001100 | 111011 | 0 | 101100 | 11100011 | 111101 | 100011 |
Color Harmonies of #233B90
Complementary color
Monochromatic Colors of #233B90
Black with #233B90
Text Example
Text Example
White with #233B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B90; }
p { color: rgb(35,59,144); }
H1.HeaderClassName
{
color: #233B90;
}
.AnyTagClassName
{
color: #233B90;
}
</style>
background-color css
<style>
a { background-color: #233B90; }
a { background-color: rgb(35,59,144); }
div.DivClassName
{
background-color: #233B90;
}
.BgClassName
{
background-color: #233B90;
}
</style>
border-color css
<style>
span { border-color: #233B90; }
span { border-color: rgb(35,59,144); }
td.TdClassName
{
border-color: #233B90;
}
.TagClassName
{
border-color: #233B90;
}
</style>