Shades of Tory Blue #334388
Tints of Tory Blue #334388
RGB
CMYK
RGB Variations
Color information
#334388 (or 0x334388) is known color: Tory Blue. HEX triplet: 33, 43 and 88. RGB value is (51,67,136). Sum of RGB (Red+Green+Blue) = 51+67+136=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #334388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334388 is #CCBC77. Grayscale: #454545. Windows color (decimal): -13417592 or 8930099. OLE color: 8930099.
HSL color Cylindrical-coordinate representation of color #334388: hue angle of 228.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334388 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 67 | 136 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.47 |
| HSL | 228.71º | 0.45% | 0.37% | - |
| HSV(B) | 228.71º | 0.63% | 0.53% | - |
| XYZ | 7.82 | 6.5 | 24.13 | - |
| YUV | 70.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 136 | 0.62 | 0.51 | 0 | 0.47 | 228.71 | 0.45 | 0.37 |
| Hex | 33 | 43 | 88 | 3E | 33 | 0 | 2F | E5 | 2D | 25 |
| Octal | 63 | 103 | 210 | 76 | 63 | 0 | 57 | 345 | 55 | 45 |
| Binary | 110011 | 1000011 | 10001000 | 111110 | 110011 | 0 | 101111 | 11100101 | 101101 | 100101 |
Color Harmonies of #334388
Complementary color
Monochromatic Colors of #334388
Black with #334388
Text Example
Text Example
White with #334388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334388; }
p { color: rgb(51,67,136); }
H1.HeaderClassName
{
color: #334388;
}
.AnyTagClassName
{
color: #334388;
}
</style>
background-color css
<style>
a { background-color: #334388; }
a { background-color: rgb(51,67,136); }
div.DivClassName
{
background-color: #334388;
}
.BgClassName
{
background-color: #334388;
}
</style>
border-color css
<style>
span { border-color: #334388; }
span { border-color: rgb(51,67,136); }
td.TdClassName
{
border-color: #334388;
}
.TagClassName
{
border-color: #334388;
}
</style>