Shades of Tory Blue #233F89
Tints of Tory Blue #233F89
RGB
CMYK
RGB Variations
Color information
#233F89 (or 0x233F89) is known color: Tory Blue. HEX triplet: 23, 3F and 89. RGB value is (35,63,137). Sum of RGB (Red+Green+Blue) = 35+63+137=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #233F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F89 is #DCC076. Grayscale: #3E3E3E. Windows color (decimal): -14467191 or 8994595. OLE color: 8994595.
HSL color Cylindrical-coordinate representation of color #233F89: hue angle of 223.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233F89 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 63 | 137 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.46 |
| HSL | 223.53º | 0.59% | 0.34% | - |
| HSV(B) | 223.53º | 0.74% | 0.54% | - |
| XYZ | 6.99 | 5.72 | 24.4 | - |
| YUV | 63.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 137 | 0.74 | 0.54 | 0 | 0.46 | 223.53 | 0.59 | 0.34 |
| Hex | 23 | 3F | 89 | 4A | 36 | 0 | 2E | E0 | 3B | 22 |
| Octal | 43 | 77 | 211 | 112 | 66 | 0 | 56 | 340 | 73 | 42 |
| Binary | 100011 | 111111 | 10001001 | 1001010 | 110110 | 0 | 101110 | 11100000 | 111011 | 100010 |
Color Harmonies of #233F89
Complementary color
Monochromatic Colors of #233F89
Black with #233F89
Text Example
Text Example
White with #233F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F89; }
p { color: rgb(35,63,137); }
H1.HeaderClassName
{
color: #233F89;
}
.AnyTagClassName
{
color: #233F89;
}
</style>
background-color css
<style>
a { background-color: #233F89; }
a { background-color: rgb(35,63,137); }
div.DivClassName
{
background-color: #233F89;
}
.BgClassName
{
background-color: #233F89;
}
</style>
border-color css
<style>
span { border-color: #233F89; }
span { border-color: rgb(35,63,137); }
td.TdClassName
{
border-color: #233F89;
}
.TagClassName
{
border-color: #233F89;
}
</style>