Shades of Tory Blue #334C9B
Tints of Tory Blue #334C9B
RGB
CMYK
RGB Variations
Color information
#334C9B (or 0x334C9B) is known color: Tory Blue. HEX triplet: 33, 4C and 9B. RGB value is (51,76,155). Sum of RGB (Red+Green+Blue) = 51+76+155=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #334C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C9B is #CCB364. Grayscale: #4D4D4D. Windows color (decimal): -13415269 or 10177587. OLE color: 10177587.
HSL color Cylindrical-coordinate representation of color #334C9B: hue angle of 225.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334C9B is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 76 | 155 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.39 |
| HSL | 225.58º | 0.5% | 0.4% | - |
| HSV(B) | 225.58º | 0.67% | 0.61% | - |
| XYZ | 9.87 | 8.24 | 32.08 | - |
| YUV | 77.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 155 | 0.67 | 0.51 | 0 | 0.39 | 225.58 | 0.5 | 0.4 |
| Hex | 33 | 4C | 9B | 43 | 33 | 0 | 27 | E2 | 32 | 28 |
| Octal | 63 | 114 | 233 | 103 | 63 | 0 | 47 | 342 | 62 | 50 |
| Binary | 110011 | 1001100 | 10011011 | 1000011 | 110011 | 0 | 100111 | 11100010 | 110010 | 101000 |
Color Harmonies of #334C9B
Complementary color
Monochromatic Colors of #334C9B
Black with #334C9B
Text Example
Text Example
White with #334C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C9B; }
p { color: rgb(51,76,155); }
H1.HeaderClassName
{
color: #334C9B;
}
.AnyTagClassName
{
color: #334C9B;
}
</style>
background-color css
<style>
a { background-color: #334C9B; }
a { background-color: rgb(51,76,155); }
div.DivClassName
{
background-color: #334C9B;
}
.BgClassName
{
background-color: #334C9B;
}
</style>
border-color css
<style>
span { border-color: #334C9B; }
span { border-color: rgb(51,76,155); }
td.TdClassName
{
border-color: #334C9B;
}
.TagClassName
{
border-color: #334C9B;
}
</style>