Shades of Tory Blue #234597
Tints of Tory Blue #234597
RGB
CMYK
RGB Variations
Color information
#234597 (or 0x234597) is known color: Tory Blue. HEX triplet: 23, 45 and 97. RGB value is (35,69,151). Sum of RGB (Red+Green+Blue) = 35+69+151=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #234597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234597 is #DCBA68. Grayscale: #434343. Windows color (decimal): -14465641 or 9913635. OLE color: 9913635.
HSL color Cylindrical-coordinate representation of color #234597: hue angle of 222.41º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234597 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 69 | 151 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.41 |
| HSL | 222.41º | 0.62% | 0.36% | - |
| HSV(B) | 222.41º | 0.77% | 0.59% | - |
| XYZ | 8.41 | 6.85 | 30.16 | - |
| YUV | 68.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 151 | 0.77 | 0.54 | 0 | 0.41 | 222.41 | 0.62 | 0.36 |
| Hex | 23 | 45 | 97 | 4D | 36 | 0 | 29 | DE | 3E | 24 |
| Octal | 43 | 105 | 227 | 115 | 66 | 0 | 51 | 336 | 76 | 44 |
| Binary | 100011 | 1000101 | 10010111 | 1001101 | 110110 | 0 | 101001 | 11011110 | 111110 | 100100 |
Color Harmonies of #234597
Complementary color
Monochromatic Colors of #234597
Black with #234597
Text Example
Text Example
White with #234597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234597; }
p { color: rgb(35,69,151); }
H1.HeaderClassName
{
color: #234597;
}
.AnyTagClassName
{
color: #234597;
}
</style>
background-color css
<style>
a { background-color: #234597; }
a { background-color: rgb(35,69,151); }
div.DivClassName
{
background-color: #234597;
}
.BgClassName
{
background-color: #234597;
}
</style>
border-color css
<style>
span { border-color: #234597; }
span { border-color: rgb(35,69,151); }
td.TdClassName
{
border-color: #234597;
}
.TagClassName
{
border-color: #234597;
}
</style>