Shades of Tory Blue #435A8D
Tints of Tory Blue #435A8D
RGB
CMYK
RGB Variations
Color information
#435A8D (or 0x435A8D) is known color: Tory Blue. HEX triplet: 43, 5A and 8D. RGB value is (67,90,141). Sum of RGB (Red+Green+Blue) = 67+90+141=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #435A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435A8D is #BCA572. Grayscale: #585858. Windows color (decimal): -12363123 or 9263683. OLE color: 9263683.
HSL color Cylindrical-coordinate representation of color #435A8D: hue angle of 221.35º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435A8D is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 90 | 141 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.45 |
| HSL | 221.35º | 0.36% | 0.41% | - |
| HSV(B) | 221.35º | 0.52% | 0.55% | - |
| XYZ | 10.78 | 10.43 | 26.64 | - |
| YUV | 88.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 141 | 0.52 | 0.36 | 0 | 0.45 | 221.35 | 0.36 | 0.41 |
| Hex | 43 | 5A | 8D | 34 | 24 | 0 | 2D | DD | 24 | 29 |
| Octal | 103 | 132 | 215 | 64 | 44 | 0 | 55 | 335 | 44 | 51 |
| Binary | 1000011 | 1011010 | 10001101 | 110100 | 100100 | 0 | 101101 | 11011101 | 100100 | 101001 |
Color Harmonies of #435A8D
Complementary color
Monochromatic Colors of #435A8D
Black with #435A8D
Text Example
Text Example
White with #435A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A8D; }
p { color: rgb(67,90,141); }
H1.HeaderClassName
{
color: #435A8D;
}
.AnyTagClassName
{
color: #435A8D;
}
</style>
background-color css
<style>
a { background-color: #435A8D; }
a { background-color: rgb(67,90,141); }
div.DivClassName
{
background-color: #435A8D;
}
.BgClassName
{
background-color: #435A8D;
}
</style>
border-color css
<style>
span { border-color: #435A8D; }
span { border-color: rgb(67,90,141); }
td.TdClassName
{
border-color: #435A8D;
}
.TagClassName
{
border-color: #435A8D;
}
</style>