Shades of Tory Blue #334B8B
Tints of Tory Blue #334B8B
RGB
CMYK
RGB Variations
Color information
#334B8B (or 0x334B8B) is known color: Tory Blue. HEX triplet: 33, 4B and 8B. RGB value is (51,75,139). Sum of RGB (Red+Green+Blue) = 51+75+139=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #334B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B8B is #CCB474. Grayscale: #4A4A4A. Windows color (decimal): -13415541 or 9128755. OLE color: 9128755.
HSL color Cylindrical-coordinate representation of color #334B8B: hue angle of 223.64º 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 #334B8B is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 75 | 139 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.45 |
| HSL | 223.64º | 0.46% | 0.37% | - |
| HSV(B) | 223.64º | 0.63% | 0.55% | - |
| XYZ | 8.54 | 7.6 | 25.44 | - |
| YUV | 75.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 139 | 0.63 | 0.46 | 0 | 0.45 | 223.64 | 0.46 | 0.37 |
| Hex | 33 | 4B | 8B | 3F | 2E | 0 | 2D | E0 | 2E | 25 |
| Octal | 63 | 113 | 213 | 77 | 56 | 0 | 55 | 340 | 56 | 45 |
| Binary | 110011 | 1001011 | 10001011 | 111111 | 101110 | 0 | 101101 | 11100000 | 101110 | 100101 |
Color Harmonies of #334B8B
Complementary color
Monochromatic Colors of #334B8B
Black with #334B8B
Text Example
Text Example
White with #334B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B8B; }
p { color: rgb(51,75,139); }
H1.HeaderClassName
{
color: #334B8B;
}
.AnyTagClassName
{
color: #334B8B;
}
</style>
background-color css
<style>
a { background-color: #334B8B; }
a { background-color: rgb(51,75,139); }
div.DivClassName
{
background-color: #334B8B;
}
.BgClassName
{
background-color: #334B8B;
}
</style>
border-color css
<style>
span { border-color: #334B8B; }
span { border-color: rgb(51,75,139); }
td.TdClassName
{
border-color: #334B8B;
}
.TagClassName
{
border-color: #334B8B;
}
</style>