Shades of Tory Blue #33418B
Tints of Tory Blue #33418B
RGB
CMYK
RGB Variations
Color information
#33418B (or 0x33418B) is known color: Tory Blue. HEX triplet: 33, 41 and 8B. RGB value is (51,65,139). Sum of RGB (Red+Green+Blue) = 51+65+139=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #33418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33418B is #CCBE74. Grayscale: #444444. Windows color (decimal): -13418101 or 9126195. OLE color: 9126195.
HSL color Cylindrical-coordinate representation of color #33418B: hue angle of 230.45º 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 #33418B is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 65 | 139 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.45 |
| HSL | 230.45º | 0.46% | 0.37% | - |
| HSV(B) | 230.45º | 0.63% | 0.55% | - |
| XYZ | 7.92 | 6.35 | 25.23 | - |
| YUV | 69.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 139 | 0.63 | 0.53 | 0 | 0.45 | 230.45 | 0.46 | 0.37 |
| Hex | 33 | 41 | 8B | 3F | 35 | 0 | 2D | E6 | 2E | 25 |
| Octal | 63 | 101 | 213 | 77 | 65 | 0 | 55 | 346 | 56 | 45 |
| Binary | 110011 | 1000001 | 10001011 | 111111 | 110101 | 0 | 101101 | 11100110 | 101110 | 100101 |
Color Harmonies of #33418B
Complementary color
Monochromatic Colors of #33418B
Black with #33418B
Text Example
Text Example
White with #33418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33418B; }
p { color: rgb(51,65,139); }
H1.HeaderClassName
{
color: #33418B;
}
.AnyTagClassName
{
color: #33418B;
}
</style>
background-color css
<style>
a { background-color: #33418B; }
a { background-color: rgb(51,65,139); }
div.DivClassName
{
background-color: #33418B;
}
.BgClassName
{
background-color: #33418B;
}
</style>
border-color css
<style>
span { border-color: #33418B; }
span { border-color: rgb(51,65,139); }
td.TdClassName
{
border-color: #33418B;
}
.TagClassName
{
border-color: #33418B;
}
</style>