Shades of Tory Blue #36428B
Tints of Tory Blue #36428B
RGB
CMYK
RGB Variations
Color information
#36428B (or 0x36428B) is known color: Tory Blue. HEX triplet: 36, 42 and 8B. RGB value is (54,66,139). Sum of RGB (Red+Green+Blue) = 54+66+139=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #36428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36428B is #C9BD74. Grayscale: #464646. Windows color (decimal): -13221237 or 9126454. OLE color: 9126454.
HSL color Cylindrical-coordinate representation of color #36428B: hue angle of 231.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36428B is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 66 | 139 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.45 |
| HSL | 231.53º | 0.44% | 0.38% | - |
| HSV(B) | 231.53º | 0.61% | 0.55% | - |
| XYZ | 8.13 | 6.54 | 25.26 | - |
| YUV | 70.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 139 | 0.61 | 0.53 | 0 | 0.45 | 231.53 | 0.44 | 0.38 |
| Hex | 36 | 42 | 8B | 3D | 35 | 0 | 2D | E8 | 2C | 26 |
| Octal | 66 | 102 | 213 | 75 | 65 | 0 | 55 | 350 | 54 | 46 |
| Binary | 110110 | 1000010 | 10001011 | 111101 | 110101 | 0 | 101101 | 11101000 | 101100 | 100110 |
Color Harmonies of #36428B
Complementary color
Monochromatic Colors of #36428B
Black with #36428B
Text Example
Text Example
White with #36428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36428B; }
p { color: rgb(54,66,139); }
H1.HeaderClassName
{
color: #36428B;
}
.AnyTagClassName
{
color: #36428B;
}
</style>
background-color css
<style>
a { background-color: #36428B; }
a { background-color: rgb(54,66,139); }
div.DivClassName
{
background-color: #36428B;
}
.BgClassName
{
background-color: #36428B;
}
</style>
border-color css
<style>
span { border-color: #36428B; }
span { border-color: rgb(54,66,139); }
td.TdClassName
{
border-color: #36428B;
}
.TagClassName
{
border-color: #36428B;
}
</style>