Shades of Tory Blue #233F90
Tints of Tory Blue #233F90
RGB
CMYK
RGB Variations
Color information
#233F90 (or 0x233F90) is known color: Tory Blue. HEX triplet: 23, 3F and 90. RGB value is (35,63,144). Sum of RGB (Red+Green+Blue) = 35+63+144=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #233F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F90 is #DCC06F. Grayscale: #3F3F3F. Windows color (decimal): -14467184 or 9453347. OLE color: 9453347.
HSL color Cylindrical-coordinate representation of color #233F90: hue angle of 224.59º 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 #233F90 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 63 | 144 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.44 |
| HSL | 224.59º | 0.61% | 0.35% | - |
| HSV(B) | 224.59º | 0.76% | 0.56% | - |
| XYZ | 7.5 | 5.93 | 27.13 | - |
| YUV | 63.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 144 | 0.76 | 0.56 | 0 | 0.44 | 224.59 | 0.61 | 0.35 |
| Hex | 23 | 3F | 90 | 4C | 38 | 0 | 2C | E1 | 3D | 23 |
| Octal | 43 | 77 | 220 | 114 | 70 | 0 | 54 | 341 | 75 | 43 |
| Binary | 100011 | 111111 | 10010000 | 1001100 | 111000 | 0 | 101100 | 11100001 | 111101 | 100011 |
Color Harmonies of #233F90
Complementary color
Monochromatic Colors of #233F90
Black with #233F90
Text Example
Text Example
White with #233F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F90; }
p { color: rgb(35,63,144); }
H1.HeaderClassName
{
color: #233F90;
}
.AnyTagClassName
{
color: #233F90;
}
</style>
background-color css
<style>
a { background-color: #233F90; }
a { background-color: rgb(35,63,144); }
div.DivClassName
{
background-color: #233F90;
}
.BgClassName
{
background-color: #233F90;
}
</style>
border-color css
<style>
span { border-color: #233F90; }
span { border-color: rgb(35,63,144); }
td.TdClassName
{
border-color: #233F90;
}
.TagClassName
{
border-color: #233F90;
}
</style>