Shades of Tory Blue #23489A
Tints of Tory Blue #23489A
RGB
CMYK
RGB Variations
Color information
#23489A (or 0x23489A) is known color: Tory Blue. HEX triplet: 23, 48 and 9A. RGB value is (35,72,154). Sum of RGB (Red+Green+Blue) = 35+72+154=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #23489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23489A is #DCB765. Grayscale: #454545. Windows color (decimal): -14464870 or 10111011. OLE color: 10111011.
HSL color Cylindrical-coordinate representation of color #23489A: hue angle of 221.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23489A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 72 | 154 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.40 |
| HSL | 221.34º | 0.63% | 0.37% | - |
| HSV(B) | 221.34º | 0.77% | 0.6% | - |
| XYZ | 8.84 | 7.33 | 31.52 | - |
| YUV | 70.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 154 | 0.77 | 0.53 | 0 | 0.40 | 221.34 | 0.63 | 0.37 |
| Hex | 23 | 48 | 9A | 4D | 35 | 0 | 28 | DD | 3F | 25 |
| Octal | 43 | 110 | 232 | 115 | 65 | 0 | 50 | 335 | 77 | 45 |
| Binary | 100011 | 1001000 | 10011010 | 1001101 | 110101 | 0 | 101000 | 11011101 | 111111 | 100101 |
Color Harmonies of #23489A
Complementary color
Monochromatic Colors of #23489A
Black with #23489A
Text Example
Text Example
White with #23489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23489A; }
p { color: rgb(35,72,154); }
H1.HeaderClassName
{
color: #23489A;
}
.AnyTagClassName
{
color: #23489A;
}
</style>
background-color css
<style>
a { background-color: #23489A; }
a { background-color: rgb(35,72,154); }
div.DivClassName
{
background-color: #23489A;
}
.BgClassName
{
background-color: #23489A;
}
</style>
border-color css
<style>
span { border-color: #23489A; }
span { border-color: rgb(35,72,154); }
td.TdClassName
{
border-color: #23489A;
}
.TagClassName
{
border-color: #23489A;
}
</style>