Shades of Tory Blue #435394
Tints of Tory Blue #435394
RGB
CMYK
RGB Variations
Color information
#435394 (or 0x435394) is known color: Tory Blue. HEX triplet: 43, 53 and 94. RGB value is (67,83,148). Sum of RGB (Red+Green+Blue) = 67+83+148=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #435394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435394 is #BCAC6B. Grayscale: #555555. Windows color (decimal): -12364908 or 9720643. OLE color: 9720643.
HSL color Cylindrical-coordinate representation of color #435394: hue angle of 228.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435394 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 83 | 148 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.42 |
| HSL | 228.15º | 0.38% | 0.42% | - |
| HSV(B) | 228.15º | 0.55% | 0.58% | - |
| XYZ | 10.75 | 9.52 | 29.29 | - |
| YUV | 85.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 148 | 0.55 | 0.44 | 0 | 0.42 | 228.15 | 0.38 | 0.42 |
| Hex | 43 | 53 | 94 | 37 | 2C | 0 | 2A | E4 | 26 | 2A |
| Octal | 103 | 123 | 224 | 67 | 54 | 0 | 52 | 344 | 46 | 52 |
| Binary | 1000011 | 1010011 | 10010100 | 110111 | 101100 | 0 | 101010 | 11100100 | 100110 | 101010 |
Color Harmonies of #435394
Complementary color
Monochromatic Colors of #435394
Black with #435394
Text Example
Text Example
White with #435394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435394; }
p { color: rgb(67,83,148); }
H1.HeaderClassName
{
color: #435394;
}
.AnyTagClassName
{
color: #435394;
}
</style>
background-color css
<style>
a { background-color: #435394; }
a { background-color: rgb(67,83,148); }
div.DivClassName
{
background-color: #435394;
}
.BgClassName
{
background-color: #435394;
}
</style>
border-color css
<style>
span { border-color: #435394; }
span { border-color: rgb(67,83,148); }
td.TdClassName
{
border-color: #435394;
}
.TagClassName
{
border-color: #435394;
}
</style>