Shades of Tory Blue #334B9F
Tints of Tory Blue #334B9F
RGB
CMYK
RGB Variations
Color information
#334B9F (or 0x334B9F) is known color: Tory Blue. HEX triplet: 33, 4B and 9F. RGB value is (51,75,159). Sum of RGB (Red+Green+Blue) = 51+75+159=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #334B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B9F is #CCB460. Grayscale: #4D4D4D. Windows color (decimal): -13415521 or 10439475. OLE color: 10439475.
HSL color Cylindrical-coordinate representation of color #334B9F: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334B9F is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 75 | 159 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.38 |
| HSL | 226.67º | 0.51% | 0.41% | - |
| HSV(B) | 226.67º | 0.68% | 0.62% | - |
| XYZ | 10.14 | 8.24 | 33.86 | - |
| YUV | 77.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 159 | 0.68 | 0.53 | 0 | 0.38 | 226.67 | 0.51 | 0.41 |
| Hex | 33 | 4B | 9F | 44 | 35 | 0 | 26 | E3 | 33 | 29 |
| Octal | 63 | 113 | 237 | 104 | 65 | 0 | 46 | 343 | 63 | 51 |
| Binary | 110011 | 1001011 | 10011111 | 1000100 | 110101 | 0 | 100110 | 11100011 | 110011 | 101001 |
Color Harmonies of #334B9F
Complementary color
Monochromatic Colors of #334B9F
Black with #334B9F
Text Example
Text Example
White with #334B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B9F; }
p { color: rgb(51,75,159); }
H1.HeaderClassName
{
color: #334B9F;
}
.AnyTagClassName
{
color: #334B9F;
}
</style>
background-color css
<style>
a { background-color: #334B9F; }
a { background-color: rgb(51,75,159); }
div.DivClassName
{
background-color: #334B9F;
}
.BgClassName
{
background-color: #334B9F;
}
</style>
border-color css
<style>
span { border-color: #334B9F; }
span { border-color: rgb(51,75,159); }
td.TdClassName
{
border-color: #334B9F;
}
.TagClassName
{
border-color: #334B9F;
}
</style>