Shades of Tory Blue #334385
Tints of Tory Blue #334385
RGB
CMYK
RGB Variations
Color information
#334385 (or 0x334385) is known color: Tory Blue. HEX triplet: 33, 43 and 85. RGB value is (51,67,133). Sum of RGB (Red+Green+Blue) = 51+67+133=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #334385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334385 is #CCBC7A. Grayscale: #454545. Windows color (decimal): -13417595 or 8733491. OLE color: 8733491.
HSL color Cylindrical-coordinate representation of color #334385: hue angle of 228.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334385 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 67 | 133 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.48 |
| HSL | 228.29º | 0.45% | 0.36% | - |
| HSV(B) | 228.29º | 0.62% | 0.52% | - |
| XYZ | 7.61 | 6.41 | 23.03 | - |
| YUV | 69.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 133 | 0.62 | 0.50 | 0 | 0.48 | 228.29 | 0.45 | 0.36 |
| Hex | 33 | 43 | 85 | 3E | 32 | 0 | 30 | E4 | 2D | 24 |
| Octal | 63 | 103 | 205 | 76 | 62 | 0 | 60 | 344 | 55 | 44 |
| Binary | 110011 | 1000011 | 10000101 | 111110 | 110010 | 0 | 110000 | 11100100 | 101101 | 100100 |
Color Harmonies of #334385
Complementary color
Monochromatic Colors of #334385
Black with #334385
Text Example
Text Example
White with #334385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334385; }
p { color: rgb(51,67,133); }
H1.HeaderClassName
{
color: #334385;
}
.AnyTagClassName
{
color: #334385;
}
</style>
background-color css
<style>
a { background-color: #334385; }
a { background-color: rgb(51,67,133); }
div.DivClassName
{
background-color: #334385;
}
.BgClassName
{
background-color: #334385;
}
</style>
border-color css
<style>
span { border-color: #334385; }
span { border-color: rgb(51,67,133); }
td.TdClassName
{
border-color: #334385;
}
.TagClassName
{
border-color: #334385;
}
</style>