Shades of Tory Blue #234492
Tints of Tory Blue #234492
RGB
CMYK
RGB Variations
Color information
#234492 (or 0x234492) is known color: Tory Blue. HEX triplet: 23, 44 and 92. RGB value is (35,68,146). Sum of RGB (Red+Green+Blue) = 35+68+146=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #234492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234492 is #DCBB6D. Grayscale: #424242. Windows color (decimal): -14465902 or 9585699. OLE color: 9585699.
HSL color Cylindrical-coordinate representation of color #234492: hue angle of 222.16º 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 #234492 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 68 | 146 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.43 |
| HSL | 222.16º | 0.61% | 0.35% | - |
| HSV(B) | 222.16º | 0.76% | 0.57% | - |
| XYZ | 7.95 | 6.57 | 28.04 | - |
| YUV | 67.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 146 | 0.76 | 0.53 | 0 | 0.43 | 222.16 | 0.61 | 0.35 |
| Hex | 23 | 44 | 92 | 4C | 35 | 0 | 2B | DE | 3D | 23 |
| Octal | 43 | 104 | 222 | 114 | 65 | 0 | 53 | 336 | 75 | 43 |
| Binary | 100011 | 1000100 | 10010010 | 1001100 | 110101 | 0 | 101011 | 11011110 | 111101 | 100011 |
Color Harmonies of #234492
Complementary color
Monochromatic Colors of #234492
Black with #234492
Text Example
Text Example
White with #234492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234492; }
p { color: rgb(35,68,146); }
H1.HeaderClassName
{
color: #234492;
}
.AnyTagClassName
{
color: #234492;
}
</style>
background-color css
<style>
a { background-color: #234492; }
a { background-color: rgb(35,68,146); }
div.DivClassName
{
background-color: #234492;
}
.BgClassName
{
background-color: #234492;
}
</style>
border-color css
<style>
span { border-color: #234492; }
span { border-color: rgb(35,68,146); }
td.TdClassName
{
border-color: #234492;
}
.TagClassName
{
border-color: #234492;
}
</style>