Shades of Tory Blue #435483
Tints of Tory Blue #435483
RGB
CMYK
RGB Variations
Color information
#435483 (or 0x435483) is known color: Tory Blue. HEX triplet: 43, 54 and 83. RGB value is (67,84,131). Sum of RGB (Red+Green+Blue) = 67+84+131=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #435483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435483 is #BCAB7C. Grayscale: #545454. Windows color (decimal): -12364669 or 8606787. OLE color: 8606787.
HSL color Cylindrical-coordinate representation of color #435483: hue angle of 224.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #435483 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 84 | 131 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.49 |
| HSL | 224.06º | 0.32% | 0.39% | - |
| HSV(B) | 224.06º | 0.49% | 0.51% | - |
| XYZ | 9.58 | 9.17 | 22.74 | - |
| YUV | 84.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 131 | 0.49 | 0.36 | 0 | 0.49 | 224.06 | 0.32 | 0.39 |
| Hex | 43 | 54 | 83 | 31 | 24 | 0 | 31 | E0 | 20 | 27 |
| Octal | 103 | 124 | 203 | 61 | 44 | 0 | 61 | 340 | 40 | 47 |
| Binary | 1000011 | 1010100 | 10000011 | 110001 | 100100 | 0 | 110001 | 11100000 | 100000 | 100111 |
Color Harmonies of #435483
Complementary color
Monochromatic Colors of #435483
Black with #435483
Text Example
Text Example
White with #435483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435483; }
p { color: rgb(67,84,131); }
H1.HeaderClassName
{
color: #435483;
}
.AnyTagClassName
{
color: #435483;
}
</style>
background-color css
<style>
a { background-color: #435483; }
a { background-color: rgb(67,84,131); }
div.DivClassName
{
background-color: #435483;
}
.BgClassName
{
background-color: #435483;
}
</style>
border-color css
<style>
span { border-color: #435483; }
span { border-color: rgb(67,84,131); }
td.TdClassName
{
border-color: #435483;
}
.TagClassName
{
border-color: #435483;
}
</style>