Shades of Tory Blue #334B90
Tints of Tory Blue #334B90
RGB
CMYK
RGB Variations
Color information
#334B90 (or 0x334B90) is known color: Tory Blue. HEX triplet: 33, 4B and 90. RGB value is (51,75,144). Sum of RGB (Red+Green+Blue) = 51+75+144=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #334B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334B90 is #CCB46F. Grayscale: #4B4B4B. Windows color (decimal): -13415536 or 9456435. OLE color: 9456435.
HSL color Cylindrical-coordinate representation of color #334B90: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334B90 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 75 | 144 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.44 |
| HSL | 224.52º | 0.48% | 0.38% | - |
| HSV(B) | 224.52º | 0.65% | 0.56% | - |
| XYZ | 8.92 | 7.75 | 27.41 | - |
| YUV | 75.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 144 | 0.65 | 0.48 | 0 | 0.44 | 224.52 | 0.48 | 0.38 |
| Hex | 33 | 4B | 90 | 41 | 30 | 0 | 2C | E1 | 30 | 26 |
| Octal | 63 | 113 | 220 | 101 | 60 | 0 | 54 | 341 | 60 | 46 |
| Binary | 110011 | 1001011 | 10010000 | 1000001 | 110000 | 0 | 101100 | 11100001 | 110000 | 100110 |
Color Harmonies of #334B90
Complementary color
Monochromatic Colors of #334B90
Black with #334B90
Text Example
Text Example
White with #334B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B90; }
p { color: rgb(51,75,144); }
H1.HeaderClassName
{
color: #334B90;
}
.AnyTagClassName
{
color: #334B90;
}
</style>
background-color css
<style>
a { background-color: #334B90; }
a { background-color: rgb(51,75,144); }
div.DivClassName
{
background-color: #334B90;
}
.BgClassName
{
background-color: #334B90;
}
</style>
border-color css
<style>
span { border-color: #334B90; }
span { border-color: rgb(51,75,144); }
td.TdClassName
{
border-color: #334B90;
}
.TagClassName
{
border-color: #334B90;
}
</style>