Shades of Tory Blue #435A8B
Tints of Tory Blue #435A8B
RGB
CMYK
RGB Variations
Color information
#435A8B (or 0x435A8B) is known color: Tory Blue. HEX triplet: 43, 5A and 8B. RGB value is (67,90,139). Sum of RGB (Red+Green+Blue) = 67+90+139=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #435A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435A8B is #BCA574. Grayscale: #585858. Windows color (decimal): -12363125 or 9132611. OLE color: 9132611.
HSL color Cylindrical-coordinate representation of color #435A8B: hue angle of 220.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435A8B is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 90 | 139 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.45 |
| HSL | 220.83º | 0.35% | 0.4% | - |
| HSV(B) | 220.83º | 0.52% | 0.55% | - |
| XYZ | 10.63 | 10.37 | 25.87 | - |
| YUV | 88.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 139 | 0.52 | 0.35 | 0 | 0.45 | 220.83 | 0.35 | 0.4 |
| Hex | 43 | 5A | 8B | 34 | 23 | 0 | 2D | DD | 23 | 28 |
| Octal | 103 | 132 | 213 | 64 | 43 | 0 | 55 | 335 | 43 | 50 |
| Binary | 1000011 | 1011010 | 10001011 | 110100 | 100011 | 0 | 101101 | 11011101 | 100011 | 101000 |
Color Harmonies of #435A8B
Complementary color
Monochromatic Colors of #435A8B
Black with #435A8B
Text Example
Text Example
White with #435A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A8B; }
p { color: rgb(67,90,139); }
H1.HeaderClassName
{
color: #435A8B;
}
.AnyTagClassName
{
color: #435A8B;
}
</style>
background-color css
<style>
a { background-color: #435A8B; }
a { background-color: rgb(67,90,139); }
div.DivClassName
{
background-color: #435A8B;
}
.BgClassName
{
background-color: #435A8B;
}
</style>
border-color css
<style>
span { border-color: #435A8B; }
span { border-color: rgb(67,90,139); }
td.TdClassName
{
border-color: #435A8B;
}
.TagClassName
{
border-color: #435A8B;
}
</style>