Shades of Tory Blue #42538F
Tints of Tory Blue #42538F
RGB
CMYK
RGB Variations
Color information
#42538F (or 0x42538F) is known color: Tory Blue. HEX triplet: 42, 53 and 8F. RGB value is (66,83,143). Sum of RGB (Red+Green+Blue) = 66+83+143=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #42538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42538F is #BDAC70. Grayscale: #545454. Windows color (decimal): -12430449 or 9392962. OLE color: 9392962.
HSL color Cylindrical-coordinate representation of color #42538F: hue angle of 226.75º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42538F is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 83 | 143 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.44 |
| HSL | 226.75º | 0.37% | 0.41% | - |
| HSV(B) | 226.75º | 0.54% | 0.56% | - |
| XYZ | 10.3 | 9.33 | 27.24 | - |
| YUV | 84.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 143 | 0.54 | 0.42 | 0 | 0.44 | 226.75 | 0.37 | 0.41 |
| Hex | 42 | 53 | 8F | 36 | 2A | 0 | 2C | E3 | 25 | 29 |
| Octal | 102 | 123 | 217 | 66 | 52 | 0 | 54 | 343 | 45 | 51 |
| Binary | 1000010 | 1010011 | 10001111 | 110110 | 101010 | 0 | 101100 | 11100011 | 100101 | 101001 |
Color Harmonies of #42538F
Complementary color
Monochromatic Colors of #42538F
Black with #42538F
Text Example
Text Example
White with #42538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42538F; }
p { color: rgb(66,83,143); }
H1.HeaderClassName
{
color: #42538F;
}
.AnyTagClassName
{
color: #42538F;
}
</style>
background-color css
<style>
a { background-color: #42538F; }
a { background-color: rgb(66,83,143); }
div.DivClassName
{
background-color: #42538F;
}
.BgClassName
{
background-color: #42538F;
}
</style>
border-color css
<style>
span { border-color: #42538F; }
span { border-color: rgb(66,83,143); }
td.TdClassName
{
border-color: #42538F;
}
.TagClassName
{
border-color: #42538F;
}
</style>