Shades of Tory Blue #234592
Tints of Tory Blue #234592
RGB
CMYK
RGB Variations
Color information
#234592 (or 0x234592) is known color: Tory Blue. HEX triplet: 23, 45 and 92. RGB value is (35,69,146). Sum of RGB (Red+Green+Blue) = 35+69+146=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #234592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234592 is #DCBA6D. Grayscale: #434343. Windows color (decimal): -14465646 or 9585955. OLE color: 9585955.
HSL color Cylindrical-coordinate representation of color #234592: hue angle of 221.62º 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 #234592 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 69 | 146 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.43 |
| HSL | 221.62º | 0.61% | 0.35% | - |
| HSV(B) | 221.62º | 0.76% | 0.57% | - |
| XYZ | 8.01 | 6.69 | 28.06 | - |
| YUV | 67.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 146 | 0.76 | 0.53 | 0 | 0.43 | 221.62 | 0.61 | 0.35 |
| Hex | 23 | 45 | 92 | 4C | 35 | 0 | 2B | DE | 3D | 23 |
| Octal | 43 | 105 | 222 | 114 | 65 | 0 | 53 | 336 | 75 | 43 |
| Binary | 100011 | 1000101 | 10010010 | 1001100 | 110101 | 0 | 101011 | 11011110 | 111101 | 100011 |
Color Harmonies of #234592
Complementary color
Monochromatic Colors of #234592
Black with #234592
Text Example
Text Example
White with #234592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234592; }
p { color: rgb(35,69,146); }
H1.HeaderClassName
{
color: #234592;
}
.AnyTagClassName
{
color: #234592;
}
</style>
background-color css
<style>
a { background-color: #234592; }
a { background-color: rgb(35,69,146); }
div.DivClassName
{
background-color: #234592;
}
.BgClassName
{
background-color: #234592;
}
</style>
border-color css
<style>
span { border-color: #234592; }
span { border-color: rgb(35,69,146); }
td.TdClassName
{
border-color: #234592;
}
.TagClassName
{
border-color: #234592;
}
</style>