Shades of Tory Blue #334C94
Tints of Tory Blue #334C94
RGB
CMYK
RGB Variations
Color information
#334C94 (or 0x334C94) is known color: Tory Blue. HEX triplet: 33, 4C and 94. RGB value is (51,76,148). Sum of RGB (Red+Green+Blue) = 51+76+148=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #334C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C94 is #CCB36B. Grayscale: #4C4C4C. Windows color (decimal): -13415276 or 9718835. OLE color: 9718835.
HSL color Cylindrical-coordinate representation of color #334C94: hue angle of 224.54º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334C94 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 76 | 148 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.42 |
| HSL | 224.54º | 0.49% | 0.39% | - |
| HSV(B) | 224.54º | 0.66% | 0.58% | - |
| XYZ | 9.29 | 8.01 | 29.07 | - |
| YUV | 76.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 148 | 0.66 | 0.49 | 0 | 0.42 | 224.54 | 0.49 | 0.39 |
| Hex | 33 | 4C | 94 | 42 | 31 | 0 | 2A | E1 | 31 | 27 |
| Octal | 63 | 114 | 224 | 102 | 61 | 0 | 52 | 341 | 61 | 47 |
| Binary | 110011 | 1001100 | 10010100 | 1000010 | 110001 | 0 | 101010 | 11100001 | 110001 | 100111 |
Color Harmonies of #334C94
Complementary color
Monochromatic Colors of #334C94
Black with #334C94
Text Example
Text Example
White with #334C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C94; }
p { color: rgb(51,76,148); }
H1.HeaderClassName
{
color: #334C94;
}
.AnyTagClassName
{
color: #334C94;
}
</style>
background-color css
<style>
a { background-color: #334C94; }
a { background-color: rgb(51,76,148); }
div.DivClassName
{
background-color: #334C94;
}
.BgClassName
{
background-color: #334C94;
}
</style>
border-color css
<style>
span { border-color: #334C94; }
span { border-color: rgb(51,76,148); }
td.TdClassName
{
border-color: #334C94;
}
.TagClassName
{
border-color: #334C94;
}
</style>