Shades of Tory Blue #435A8C
Tints of Tory Blue #435A8C
RGB
CMYK
RGB Variations
Color information
#435A8C (or 0x435A8C) is known color: Tory Blue. HEX triplet: 43, 5A and 8C. RGB value is (67,90,140). Sum of RGB (Red+Green+Blue) = 67+90+140=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #435A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435A8C is #BCA573. Grayscale: #585858. Windows color (decimal): -12363124 or 9198147. OLE color: 9198147.
HSL color Cylindrical-coordinate representation of color #435A8C: hue angle of 221.1º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435A8C is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 90 | 140 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.45 |
| HSL | 221.1º | 0.35% | 0.41% | - |
| HSV(B) | 221.1º | 0.52% | 0.55% | - |
| XYZ | 10.7 | 10.4 | 26.25 | - |
| YUV | 88.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 140 | 0.52 | 0.36 | 0 | 0.45 | 221.1 | 0.35 | 0.41 |
| Hex | 43 | 5A | 8C | 34 | 24 | 0 | 2D | DD | 23 | 29 |
| Octal | 103 | 132 | 214 | 64 | 44 | 0 | 55 | 335 | 43 | 51 |
| Binary | 1000011 | 1011010 | 10001100 | 110100 | 100100 | 0 | 101101 | 11011101 | 100011 | 101001 |
Color Harmonies of #435A8C
Complementary color
Monochromatic Colors of #435A8C
Black with #435A8C
Text Example
Text Example
White with #435A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A8C; }
p { color: rgb(67,90,140); }
H1.HeaderClassName
{
color: #435A8C;
}
.AnyTagClassName
{
color: #435A8C;
}
</style>
background-color css
<style>
a { background-color: #435A8C; }
a { background-color: rgb(67,90,140); }
div.DivClassName
{
background-color: #435A8C;
}
.BgClassName
{
background-color: #435A8C;
}
</style>
border-color css
<style>
span { border-color: #435A8C; }
span { border-color: rgb(67,90,140); }
td.TdClassName
{
border-color: #435A8C;
}
.TagClassName
{
border-color: #435A8C;
}
</style>