Shades of Tory Blue #234697
Tints of Tory Blue #234697
RGB
CMYK
RGB Variations
Color information
#234697 (or 0x234697) is known color: Tory Blue. HEX triplet: 23, 46 and 97. RGB value is (35,70,151). Sum of RGB (Red+Green+Blue) = 35+70+151=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #234697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234697 is #DCB968. Grayscale: #444444. Windows color (decimal): -14465385 or 9913891. OLE color: 9913891.
HSL color Cylindrical-coordinate representation of color #234697: hue angle of 221.9º 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 #234697 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 70 | 151 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.41 |
| HSL | 221.9º | 0.62% | 0.36% | - |
| HSV(B) | 221.9º | 0.77% | 0.59% | - |
| XYZ | 8.47 | 6.97 | 30.18 | - |
| YUV | 68.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 151 | 0.77 | 0.54 | 0 | 0.41 | 221.9 | 0.62 | 0.36 |
| Hex | 23 | 46 | 97 | 4D | 36 | 0 | 29 | DE | 3E | 24 |
| Octal | 43 | 106 | 227 | 115 | 66 | 0 | 51 | 336 | 76 | 44 |
| Binary | 100011 | 1000110 | 10010111 | 1001101 | 110110 | 0 | 101001 | 11011110 | 111110 | 100100 |
Color Harmonies of #234697
Complementary color
Monochromatic Colors of #234697
Black with #234697
Text Example
Text Example
White with #234697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234697; }
p { color: rgb(35,70,151); }
H1.HeaderClassName
{
color: #234697;
}
.AnyTagClassName
{
color: #234697;
}
</style>
background-color css
<style>
a { background-color: #234697; }
a { background-color: rgb(35,70,151); }
div.DivClassName
{
background-color: #234697;
}
.BgClassName
{
background-color: #234697;
}
</style>
border-color css
<style>
span { border-color: #234697; }
span { border-color: rgb(35,70,151); }
td.TdClassName
{
border-color: #234697;
}
.TagClassName
{
border-color: #234697;
}
</style>