Shades of Tory Blue #234696
Tints of Tory Blue #234696
RGB
CMYK
RGB Variations
Color information
#234696 (or 0x234696) is known color: Tory Blue. HEX triplet: 23, 46 and 96. RGB value is (35,70,150). Sum of RGB (Red+Green+Blue) = 35+70+150=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #234696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234696 is #DCB969. Grayscale: #444444. Windows color (decimal): -14465386 or 9848355. OLE color: 9848355.
HSL color Cylindrical-coordinate representation of color #234696: hue angle of 221.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234696 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 70 | 150 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.41 |
| HSL | 221.74º | 0.62% | 0.36% | - |
| HSV(B) | 221.74º | 0.77% | 0.59% | - |
| XYZ | 8.39 | 6.94 | 29.75 | - |
| YUV | 68.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 150 | 0.77 | 0.53 | 0 | 0.41 | 221.74 | 0.62 | 0.36 |
| Hex | 23 | 46 | 96 | 4D | 35 | 0 | 29 | DE | 3E | 24 |
| Octal | 43 | 106 | 226 | 115 | 65 | 0 | 51 | 336 | 76 | 44 |
| Binary | 100011 | 1000110 | 10010110 | 1001101 | 110101 | 0 | 101001 | 11011110 | 111110 | 100100 |
Color Harmonies of #234696
Complementary color
Monochromatic Colors of #234696
Black with #234696
Text Example
Text Example
White with #234696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234696; }
p { color: rgb(35,70,150); }
H1.HeaderClassName
{
color: #234696;
}
.AnyTagClassName
{
color: #234696;
}
</style>
background-color css
<style>
a { background-color: #234696; }
a { background-color: rgb(35,70,150); }
div.DivClassName
{
background-color: #234696;
}
.BgClassName
{
background-color: #234696;
}
</style>
border-color css
<style>
span { border-color: #234696; }
span { border-color: rgb(35,70,150); }
td.TdClassName
{
border-color: #234696;
}
.TagClassName
{
border-color: #234696;
}
</style>