Shades of Tory Blue #435090
Tints of Tory Blue #435090
RGB
CMYK
RGB Variations
Color information
#435090 (or 0x435090) is known color: Tory Blue. HEX triplet: 43, 50 and 90. RGB value is (67,80,144). Sum of RGB (Red+Green+Blue) = 67+80+144=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #435090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435090 is #BCAF6F. Grayscale: #535353. Windows color (decimal): -12365680 or 9457731. OLE color: 9457731.
HSL color Cylindrical-coordinate representation of color #435090: hue angle of 229.87º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #435090 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 80 | 144 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.44 |
| HSL | 229.87º | 0.36% | 0.41% | - |
| HSV(B) | 229.87º | 0.53% | 0.56% | - |
| XYZ | 10.22 | 8.94 | 27.57 | - |
| YUV | 83.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 144 | 0.53 | 0.44 | 0 | 0.44 | 229.87 | 0.36 | 0.41 |
| Hex | 43 | 50 | 90 | 35 | 2C | 0 | 2C | E6 | 24 | 29 |
| Octal | 103 | 120 | 220 | 65 | 54 | 0 | 54 | 346 | 44 | 51 |
| Binary | 1000011 | 1010000 | 10010000 | 110101 | 101100 | 0 | 101100 | 11100110 | 100100 | 101001 |
Color Harmonies of #435090
Complementary color
Monochromatic Colors of #435090
Black with #435090
Text Example
Text Example
White with #435090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435090; }
p { color: rgb(67,80,144); }
H1.HeaderClassName
{
color: #435090;
}
.AnyTagClassName
{
color: #435090;
}
</style>
background-color css
<style>
a { background-color: #435090; }
a { background-color: rgb(67,80,144); }
div.DivClassName
{
background-color: #435090;
}
.BgClassName
{
background-color: #435090;
}
</style>
border-color css
<style>
span { border-color: #435090; }
span { border-color: rgb(67,80,144); }
td.TdClassName
{
border-color: #435090;
}
.TagClassName
{
border-color: #435090;
}
</style>