Shades of Tory Blue #23428C
Tints of Tory Blue #23428C
RGB
CMYK
RGB Variations
Color information
#23428C (or 0x23428C) is known color: Tory Blue. HEX triplet: 23, 42 and 8C. RGB value is (35,66,140). Sum of RGB (Red+Green+Blue) = 35+66+140=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #23428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23428C is #DCBD73. Grayscale: #404040. Windows color (decimal): -14466420 or 9191971. OLE color: 9191971.
HSL color Cylindrical-coordinate representation of color #23428C: hue angle of 222.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23428C is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 66 | 140 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.45 |
| HSL | 222.29º | 0.6% | 0.34% | - |
| HSV(B) | 222.29º | 0.75% | 0.55% | - |
| XYZ | 7.37 | 6.15 | 25.61 | - |
| YUV | 65.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 140 | 0.75 | 0.53 | 0 | 0.45 | 222.29 | 0.6 | 0.34 |
| Hex | 23 | 42 | 8C | 4B | 35 | 0 | 2D | DE | 3C | 22 |
| Octal | 43 | 102 | 214 | 113 | 65 | 0 | 55 | 336 | 74 | 42 |
| Binary | 100011 | 1000010 | 10001100 | 1001011 | 110101 | 0 | 101101 | 11011110 | 111100 | 100010 |
Color Harmonies of #23428C
Complementary color
Monochromatic Colors of #23428C
Black with #23428C
Text Example
Text Example
White with #23428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23428C; }
p { color: rgb(35,66,140); }
H1.HeaderClassName
{
color: #23428C;
}
.AnyTagClassName
{
color: #23428C;
}
</style>
background-color css
<style>
a { background-color: #23428C; }
a { background-color: rgb(35,66,140); }
div.DivClassName
{
background-color: #23428C;
}
.BgClassName
{
background-color: #23428C;
}
</style>
border-color css
<style>
span { border-color: #23428C; }
span { border-color: rgb(35,66,140); }
td.TdClassName
{
border-color: #23428C;
}
.TagClassName
{
border-color: #23428C;
}
</style>