Shades of Tory Blue #234293
Tints of Tory Blue #234293
RGB
CMYK
RGB Variations
Color information
#234293 (or 0x234293) is known color: Tory Blue. HEX triplet: 23, 42 and 93. RGB value is (35,66,147). Sum of RGB (Red+Green+Blue) = 35+66+147=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #234293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234293 is #DCBD6C. Grayscale: #414141. Windows color (decimal): -14466413 or 9650723. OLE color: 9650723.
HSL color Cylindrical-coordinate representation of color #234293: hue angle of 223.39º 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 #234293 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 66 | 147 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.42 |
| HSL | 223.39º | 0.62% | 0.36% | - |
| HSV(B) | 223.39º | 0.76% | 0.58% | - |
| XYZ | 7.91 | 6.36 | 28.41 | - |
| YUV | 65.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 147 | 0.76 | 0.55 | 0 | 0.42 | 223.39 | 0.62 | 0.36 |
| Hex | 23 | 42 | 93 | 4C | 37 | 0 | 2A | DF | 3E | 24 |
| Octal | 43 | 102 | 223 | 114 | 67 | 0 | 52 | 337 | 76 | 44 |
| Binary | 100011 | 1000010 | 10010011 | 1001100 | 110111 | 0 | 101010 | 11011111 | 111110 | 100100 |
Color Harmonies of #234293
Complementary color
Monochromatic Colors of #234293
Black with #234293
Text Example
Text Example
White with #234293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234293; }
p { color: rgb(35,66,147); }
H1.HeaderClassName
{
color: #234293;
}
.AnyTagClassName
{
color: #234293;
}
</style>
background-color css
<style>
a { background-color: #234293; }
a { background-color: rgb(35,66,147); }
div.DivClassName
{
background-color: #234293;
}
.BgClassName
{
background-color: #234293;
}
</style>
border-color css
<style>
span { border-color: #234293; }
span { border-color: rgb(35,66,147); }
td.TdClassName
{
border-color: #234293;
}
.TagClassName
{
border-color: #234293;
}
</style>