Shades of Tory Blue #334C8B
Tints of Tory Blue #334C8B
RGB
CMYK
RGB Variations
Color information
#334C8B (or 0x334C8B) is known color: Tory Blue. HEX triplet: 33, 4C and 8B. RGB value is (51,76,139). Sum of RGB (Red+Green+Blue) = 51+76+139=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #334C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C8B is #CCB374. Grayscale: #4B4B4B. Windows color (decimal): -13415285 or 9129011. OLE color: 9129011.
HSL color Cylindrical-coordinate representation of color #334C8B: hue angle of 222.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334C8B is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 76 | 139 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.45 |
| HSL | 222.95º | 0.46% | 0.37% | - |
| HSV(B) | 222.95º | 0.63% | 0.55% | - |
| XYZ | 8.61 | 7.74 | 25.47 | - |
| YUV | 75.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 139 | 0.63 | 0.45 | 0 | 0.45 | 222.95 | 0.46 | 0.37 |
| Hex | 33 | 4C | 8B | 3F | 2D | 0 | 2D | DF | 2E | 25 |
| Octal | 63 | 114 | 213 | 77 | 55 | 0 | 55 | 337 | 56 | 45 |
| Binary | 110011 | 1001100 | 10001011 | 111111 | 101101 | 0 | 101101 | 11011111 | 101110 | 100101 |
Color Harmonies of #334C8B
Complementary color
Monochromatic Colors of #334C8B
Black with #334C8B
Text Example
Text Example
White with #334C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C8B; }
p { color: rgb(51,76,139); }
H1.HeaderClassName
{
color: #334C8B;
}
.AnyTagClassName
{
color: #334C8B;
}
</style>
background-color css
<style>
a { background-color: #334C8B; }
a { background-color: rgb(51,76,139); }
div.DivClassName
{
background-color: #334C8B;
}
.BgClassName
{
background-color: #334C8B;
}
</style>
border-color css
<style>
span { border-color: #334C8B; }
span { border-color: rgb(51,76,139); }
td.TdClassName
{
border-color: #334C8B;
}
.TagClassName
{
border-color: #334C8B;
}
</style>