Shades of Tory Blue #435384
Tints of Tory Blue #435384
RGB
CMYK
RGB Variations
Color information
#435384 (or 0x435384) is known color: Tory Blue. HEX triplet: 43, 53 and 84. RGB value is (67,83,132). Sum of RGB (Red+Green+Blue) = 67+83+132=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #435384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435384 is #BCAC7B. Grayscale: #535353. Windows color (decimal): -12364924 or 8672067. OLE color: 8672067.
HSL color Cylindrical-coordinate representation of color #435384: hue angle of 225.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #435384 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 83 | 132 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.48 |
| HSL | 225.23º | 0.33% | 0.39% | - |
| HSV(B) | 225.23º | 0.49% | 0.52% | - |
| XYZ | 9.57 | 9.05 | 23.07 | - |
| YUV | 83.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 132 | 0.49 | 0.37 | 0 | 0.48 | 225.23 | 0.33 | 0.39 |
| Hex | 43 | 53 | 84 | 31 | 25 | 0 | 30 | E1 | 21 | 27 |
| Octal | 103 | 123 | 204 | 61 | 45 | 0 | 60 | 341 | 41 | 47 |
| Binary | 1000011 | 1010011 | 10000100 | 110001 | 100101 | 0 | 110000 | 11100001 | 100001 | 100111 |
Color Harmonies of #435384
Complementary color
Monochromatic Colors of #435384
Black with #435384
Text Example
Text Example
White with #435384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435384; }
p { color: rgb(67,83,132); }
H1.HeaderClassName
{
color: #435384;
}
.AnyTagClassName
{
color: #435384;
}
</style>
background-color css
<style>
a { background-color: #435384; }
a { background-color: rgb(67,83,132); }
div.DivClassName
{
background-color: #435384;
}
.BgClassName
{
background-color: #435384;
}
</style>
border-color css
<style>
span { border-color: #435384; }
span { border-color: rgb(67,83,132); }
td.TdClassName
{
border-color: #435384;
}
.TagClassName
{
border-color: #435384;
}
</style>