Shades of Tory Blue #234598
Tints of Tory Blue #234598
RGB
CMYK
RGB Variations
Color information
#234598 (or 0x234598) is known color: Tory Blue. HEX triplet: 23, 45 and 98. RGB value is (35,69,152). Sum of RGB (Red+Green+Blue) = 35+69+152=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #234598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234598 is #DCBA67. Grayscale: #434343. Windows color (decimal): -14465640 or 9979171. OLE color: 9979171.
HSL color Cylindrical-coordinate representation of color #234598: hue angle of 222.56º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234598 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 69 | 152 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.40 |
| HSL | 222.56º | 0.63% | 0.37% | - |
| HSV(B) | 222.56º | 0.77% | 0.6% | - |
| XYZ | 8.49 | 6.88 | 30.59 | - |
| YUV | 68.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 152 | 0.77 | 0.55 | 0 | 0.40 | 222.56 | 0.63 | 0.37 |
| Hex | 23 | 45 | 98 | 4D | 37 | 0 | 28 | DF | 3F | 25 |
| Octal | 43 | 105 | 230 | 115 | 67 | 0 | 50 | 337 | 77 | 45 |
| Binary | 100011 | 1000101 | 10011000 | 1001101 | 110111 | 0 | 101000 | 11011111 | 111111 | 100101 |
Color Harmonies of #234598
Complementary color
Monochromatic Colors of #234598
Black with #234598
Text Example
Text Example
White with #234598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234598; }
p { color: rgb(35,69,152); }
H1.HeaderClassName
{
color: #234598;
}
.AnyTagClassName
{
color: #234598;
}
</style>
background-color css
<style>
a { background-color: #234598; }
a { background-color: rgb(35,69,152); }
div.DivClassName
{
background-color: #234598;
}
.BgClassName
{
background-color: #234598;
}
</style>
border-color css
<style>
span { border-color: #234598; }
span { border-color: rgb(35,69,152); }
td.TdClassName
{
border-color: #234598;
}
.TagClassName
{
border-color: #234598;
}
</style>