Shades of Tory Blue #234192
Tints of Tory Blue #234192
RGB
CMYK
RGB Variations
Color information
#234192 (or 0x234192) is known color: Tory Blue. HEX triplet: 23, 41 and 92. RGB value is (35,65,146). Sum of RGB (Red+Green+Blue) = 35+65+146=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #234192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234192 is #DCBE6D. Grayscale: #404040. Windows color (decimal): -14466670 or 9584931. OLE color: 9584931.
HSL color Cylindrical-coordinate representation of color #234192: hue angle of 223.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234192 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 65 | 146 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.43 |
| HSL | 223.78º | 0.61% | 0.35% | - |
| HSV(B) | 223.78º | 0.76% | 0.57% | - |
| XYZ | 7.77 | 6.21 | 27.98 | - |
| YUV | 65.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 146 | 0.76 | 0.55 | 0 | 0.43 | 223.78 | 0.61 | 0.35 |
| Hex | 23 | 41 | 92 | 4C | 37 | 0 | 2B | E0 | 3D | 23 |
| Octal | 43 | 101 | 222 | 114 | 67 | 0 | 53 | 340 | 75 | 43 |
| Binary | 100011 | 1000001 | 10010010 | 1001100 | 110111 | 0 | 101011 | 11100000 | 111101 | 100011 |
Color Harmonies of #234192
Complementary color
Monochromatic Colors of #234192
Black with #234192
Text Example
Text Example
White with #234192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234192; }
p { color: rgb(35,65,146); }
H1.HeaderClassName
{
color: #234192;
}
.AnyTagClassName
{
color: #234192;
}
</style>
background-color css
<style>
a { background-color: #234192; }
a { background-color: rgb(35,65,146); }
div.DivClassName
{
background-color: #234192;
}
.BgClassName
{
background-color: #234192;
}
</style>
border-color css
<style>
span { border-color: #234192; }
span { border-color: rgb(35,65,146); }
td.TdClassName
{
border-color: #234192;
}
.TagClassName
{
border-color: #234192;
}
</style>