Shades of Tory Blue #344388
Tints of Tory Blue #344388
RGB
CMYK
RGB Variations
Color information
#344388 (or 0x344388) is known color: Tory Blue. HEX triplet: 34, 43 and 88. RGB value is (52,67,136). Sum of RGB (Red+Green+Blue) = 52+67+136=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #344388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344388 is #CBBC77. Grayscale: #464646. Windows color (decimal): -13352056 or 8930100. OLE color: 8930100.
HSL color Cylindrical-coordinate representation of color #344388: hue angle of 229.29º 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 #344388 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 67 | 136 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.47 |
| HSL | 229.29º | 0.45% | 0.37% | - |
| HSV(B) | 229.29º | 0.62% | 0.53% | - |
| XYZ | 7.87 | 6.52 | 24.14 | - |
| YUV | 70.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 136 | 0.62 | 0.51 | 0 | 0.47 | 229.29 | 0.45 | 0.37 |
| Hex | 34 | 43 | 88 | 3E | 33 | 0 | 2F | E5 | 2D | 25 |
| Octal | 64 | 103 | 210 | 76 | 63 | 0 | 57 | 345 | 55 | 45 |
| Binary | 110100 | 1000011 | 10001000 | 111110 | 110011 | 0 | 101111 | 11100101 | 101101 | 100101 |
Color Harmonies of #344388
Complementary color
Monochromatic Colors of #344388
Black with #344388
Text Example
Text Example
White with #344388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344388; }
p { color: rgb(52,67,136); }
H1.HeaderClassName
{
color: #344388;
}
.AnyTagClassName
{
color: #344388;
}
</style>
background-color css
<style>
a { background-color: #344388; }
a { background-color: rgb(52,67,136); }
div.DivClassName
{
background-color: #344388;
}
.BgClassName
{
background-color: #344388;
}
</style>
border-color css
<style>
span { border-color: #344388; }
span { border-color: rgb(52,67,136); }
td.TdClassName
{
border-color: #344388;
}
.TagClassName
{
border-color: #344388;
}
</style>