Shades of Tory Blue #234694
Tints of Tory Blue #234694
RGB
CMYK
RGB Variations
Color information
#234694 (or 0x234694) is known color: Tory Blue. HEX triplet: 23, 46 and 94. RGB value is (35,70,148). Sum of RGB (Red+Green+Blue) = 35+70+148=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #234694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234694 is #DCB96B. Grayscale: #444444. Windows color (decimal): -14465388 or 9717283. OLE color: 9717283.
HSL color Cylindrical-coordinate representation of color #234694: hue angle of 221.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234694 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 70 | 148 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.42 |
| HSL | 221.42º | 0.62% | 0.36% | - |
| HSV(B) | 221.42º | 0.76% | 0.58% | - |
| XYZ | 8.23 | 6.88 | 28.91 | - |
| YUV | 68.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 148 | 0.76 | 0.53 | 0 | 0.42 | 221.42 | 0.62 | 0.36 |
| Hex | 23 | 46 | 94 | 4C | 35 | 0 | 2A | DD | 3E | 24 |
| Octal | 43 | 106 | 224 | 114 | 65 | 0 | 52 | 335 | 76 | 44 |
| Binary | 100011 | 1000110 | 10010100 | 1001100 | 110101 | 0 | 101010 | 11011101 | 111110 | 100100 |
Color Harmonies of #234694
Complementary color
Monochromatic Colors of #234694
Black with #234694
Text Example
Text Example
White with #234694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234694; }
p { color: rgb(35,70,148); }
H1.HeaderClassName
{
color: #234694;
}
.AnyTagClassName
{
color: #234694;
}
</style>
background-color css
<style>
a { background-color: #234694; }
a { background-color: rgb(35,70,148); }
div.DivClassName
{
background-color: #234694;
}
.BgClassName
{
background-color: #234694;
}
</style>
border-color css
<style>
span { border-color: #234694; }
span { border-color: rgb(35,70,148); }
td.TdClassName
{
border-color: #234694;
}
.TagClassName
{
border-color: #234694;
}
</style>