Shades of Tory Blue #233F8F
Tints of Tory Blue #233F8F
RGB
CMYK
RGB Variations
Color information
#233F8F (or 0x233F8F) is known color: Tory Blue. HEX triplet: 23, 3F and 8F. RGB value is (35,63,143). Sum of RGB (Red+Green+Blue) = 35+63+143=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #233F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F8F is #DCC070. Grayscale: #3F3F3F. Windows color (decimal): -14467185 or 9387811. OLE color: 9387811.
HSL color Cylindrical-coordinate representation of color #233F8F: hue angle of 224.44º 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 #233F8F is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 63 | 143 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.44 |
| HSL | 224.44º | 0.61% | 0.35% | - |
| HSV(B) | 224.44º | 0.76% | 0.56% | - |
| XYZ | 7.43 | 5.9 | 26.73 | - |
| YUV | 63.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 143 | 0.76 | 0.56 | 0 | 0.44 | 224.44 | 0.61 | 0.35 |
| Hex | 23 | 3F | 8F | 4C | 38 | 0 | 2C | E0 | 3D | 23 |
| Octal | 43 | 77 | 217 | 114 | 70 | 0 | 54 | 340 | 75 | 43 |
| Binary | 100011 | 111111 | 10001111 | 1001100 | 111000 | 0 | 101100 | 11100000 | 111101 | 100011 |
Color Harmonies of #233F8F
Complementary color
Monochromatic Colors of #233F8F
Black with #233F8F
Text Example
Text Example
White with #233F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F8F; }
p { color: rgb(35,63,143); }
H1.HeaderClassName
{
color: #233F8F;
}
.AnyTagClassName
{
color: #233F8F;
}
</style>
background-color css
<style>
a { background-color: #233F8F; }
a { background-color: rgb(35,63,143); }
div.DivClassName
{
background-color: #233F8F;
}
.BgClassName
{
background-color: #233F8F;
}
</style>
border-color css
<style>
span { border-color: #233F8F; }
span { border-color: rgb(35,63,143); }
td.TdClassName
{
border-color: #233F8F;
}
.TagClassName
{
border-color: #233F8F;
}
</style>