Shades of Tory Blue #425388
Tints of Tory Blue #425388
RGB
CMYK
RGB Variations
Color information
#425388 (or 0x425388) is known color: Tory Blue. HEX triplet: 42, 53 and 88. RGB value is (66,83,136). Sum of RGB (Red+Green+Blue) = 66+83+136=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #425388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425388 is #BDAC77. Grayscale: #535353. Windows color (decimal): -12430456 or 8934210. OLE color: 8934210.
HSL color Cylindrical-coordinate representation of color #425388: hue angle of 225.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425388 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 83 | 136 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.47 |
| HSL | 225.43º | 0.35% | 0.4% | - |
| HSV(B) | 225.43º | 0.51% | 0.53% | - |
| XYZ | 9.78 | 9.12 | 24.54 | - |
| YUV | 83.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 136 | 0.51 | 0.39 | 0 | 0.47 | 225.43 | 0.35 | 0.4 |
| Hex | 42 | 53 | 88 | 33 | 27 | 0 | 2F | E1 | 23 | 28 |
| Octal | 102 | 123 | 210 | 63 | 47 | 0 | 57 | 341 | 43 | 50 |
| Binary | 1000010 | 1010011 | 10001000 | 110011 | 100111 | 0 | 101111 | 11100001 | 100011 | 101000 |
Color Harmonies of #425388
Complementary color
Monochromatic Colors of #425388
Black with #425388
Text Example
Text Example
White with #425388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425388; }
p { color: rgb(66,83,136); }
H1.HeaderClassName
{
color: #425388;
}
.AnyTagClassName
{
color: #425388;
}
</style>
background-color css
<style>
a { background-color: #425388; }
a { background-color: rgb(66,83,136); }
div.DivClassName
{
background-color: #425388;
}
.BgClassName
{
background-color: #425388;
}
</style>
border-color css
<style>
span { border-color: #425388; }
span { border-color: rgb(66,83,136); }
td.TdClassName
{
border-color: #425388;
}
.TagClassName
{
border-color: #425388;
}
</style>