Shades of Tory Blue #435488
Tints of Tory Blue #435488
RGB
CMYK
RGB Variations
Color information
#435488 (or 0x435488) is known color: Tory Blue. HEX triplet: 43, 54 and 88. RGB value is (67,84,136). Sum of RGB (Red+Green+Blue) = 67+84+136=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #435488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435488 is #BCAB77. Grayscale: #545454. Windows color (decimal): -12364664 or 8934467. OLE color: 8934467.
HSL color Cylindrical-coordinate representation of color #435488: hue angle of 225.22º degrees, saturation: 0.34, 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 #435488 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 84 | 136 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.47 |
| HSL | 225.22º | 0.34% | 0.4% | - |
| HSV(B) | 225.22º | 0.51% | 0.53% | - |
| XYZ | 9.93 | 9.31 | 24.57 | - |
| YUV | 84.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 136 | 0.51 | 0.38 | 0 | 0.47 | 225.22 | 0.34 | 0.4 |
| Hex | 43 | 54 | 88 | 33 | 26 | 0 | 2F | E1 | 22 | 28 |
| Octal | 103 | 124 | 210 | 63 | 46 | 0 | 57 | 341 | 42 | 50 |
| Binary | 1000011 | 1010100 | 10001000 | 110011 | 100110 | 0 | 101111 | 11100001 | 100010 | 101000 |
Color Harmonies of #435488
Complementary color
Monochromatic Colors of #435488
Black with #435488
Text Example
Text Example
White with #435488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435488; }
p { color: rgb(67,84,136); }
H1.HeaderClassName
{
color: #435488;
}
.AnyTagClassName
{
color: #435488;
}
</style>
background-color css
<style>
a { background-color: #435488; }
a { background-color: rgb(67,84,136); }
div.DivClassName
{
background-color: #435488;
}
.BgClassName
{
background-color: #435488;
}
</style>
border-color css
<style>
span { border-color: #435488; }
span { border-color: rgb(67,84,136); }
td.TdClassName
{
border-color: #435488;
}
.TagClassName
{
border-color: #435488;
}
</style>