Shades of Tory Blue #234194
Tints of Tory Blue #234194
RGB
CMYK
RGB Variations
Color information
#234194 (or 0x234194) is known color: Tory Blue. HEX triplet: 23, 41 and 94. RGB value is (35,65,148). Sum of RGB (Red+Green+Blue) = 35+65+148=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #234194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234194 is #DCBE6B. Grayscale: #414141. Windows color (decimal): -14466668 or 9716003. OLE color: 9716003.
HSL color Cylindrical-coordinate representation of color #234194: hue angle of 224.07º 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 #234194 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 65 | 148 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.42 |
| HSL | 224.07º | 0.62% | 0.36% | - |
| HSV(B) | 224.07º | 0.76% | 0.58% | - |
| XYZ | 7.93 | 6.28 | 28.81 | - |
| YUV | 65.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 148 | 0.76 | 0.56 | 0 | 0.42 | 224.07 | 0.62 | 0.36 |
| Hex | 23 | 41 | 94 | 4C | 38 | 0 | 2A | E0 | 3E | 24 |
| Octal | 43 | 101 | 224 | 114 | 70 | 0 | 52 | 340 | 76 | 44 |
| Binary | 100011 | 1000001 | 10010100 | 1001100 | 111000 | 0 | 101010 | 11100000 | 111110 | 100100 |
Color Harmonies of #234194
Complementary color
Monochromatic Colors of #234194
Black with #234194
Text Example
Text Example
White with #234194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234194; }
p { color: rgb(35,65,148); }
H1.HeaderClassName
{
color: #234194;
}
.AnyTagClassName
{
color: #234194;
}
</style>
background-color css
<style>
a { background-color: #234194; }
a { background-color: rgb(35,65,148); }
div.DivClassName
{
background-color: #234194;
}
.BgClassName
{
background-color: #234194;
}
</style>
border-color css
<style>
span { border-color: #234194; }
span { border-color: rgb(35,65,148); }
td.TdClassName
{
border-color: #234194;
}
.TagClassName
{
border-color: #234194;
}
</style>