Shades of Tory Blue #435C8B
Tints of Tory Blue #435C8B
RGB
CMYK
RGB Variations
Color information
#435C8B (or 0x435C8B) is known color: Tory Blue. HEX triplet: 43, 5C and 8B. RGB value is (67,92,139). Sum of RGB (Red+Green+Blue) = 67+92+139=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #435C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435C8B is #BCA374. Grayscale: #595959. Windows color (decimal): -12362613 or 9133123. OLE color: 9133123.
HSL color Cylindrical-coordinate representation of color #435C8B: hue angle of 219.17º 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 #435C8B is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 92 | 139 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.45 |
| HSL | 219.17º | 0.35% | 0.4% | - |
| HSV(B) | 219.17º | 0.52% | 0.55% | - |
| XYZ | 10.8 | 10.71 | 25.92 | - |
| YUV | 89.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 139 | 0.52 | 0.34 | 0 | 0.45 | 219.17 | 0.35 | 0.4 |
| Hex | 43 | 5C | 8B | 34 | 22 | 0 | 2D | DB | 23 | 28 |
| Octal | 103 | 134 | 213 | 64 | 42 | 0 | 55 | 333 | 43 | 50 |
| Binary | 1000011 | 1011100 | 10001011 | 110100 | 100010 | 0 | 101101 | 11011011 | 100011 | 101000 |
Color Harmonies of #435C8B
Complementary color
Monochromatic Colors of #435C8B
Black with #435C8B
Text Example
Text Example
White with #435C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C8B; }
p { color: rgb(67,92,139); }
H1.HeaderClassName
{
color: #435C8B;
}
.AnyTagClassName
{
color: #435C8B;
}
</style>
background-color css
<style>
a { background-color: #435C8B; }
a { background-color: rgb(67,92,139); }
div.DivClassName
{
background-color: #435C8B;
}
.BgClassName
{
background-color: #435C8B;
}
</style>
border-color css
<style>
span { border-color: #435C8B; }
span { border-color: rgb(67,92,139); }
td.TdClassName
{
border-color: #435C8B;
}
.TagClassName
{
border-color: #435C8B;
}
</style>