Shades of Tory Blue #33438B
Tints of Tory Blue #33438B
RGB
CMYK
RGB Variations
Color information
#33438B (or 0x33438B) is known color: Tory Blue. HEX triplet: 33, 43 and 8B. RGB value is (51,67,139). Sum of RGB (Red+Green+Blue) = 51+67+139=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #33438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33438B is #CCBC74. Grayscale: #464646. Windows color (decimal): -13417589 or 9126707. OLE color: 9126707.
HSL color Cylindrical-coordinate representation of color #33438B: hue angle of 229.09º 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 #33438B is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 67 | 139 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.45 |
| HSL | 229.09º | 0.46% | 0.37% | - |
| HSV(B) | 229.09º | 0.63% | 0.55% | - |
| XYZ | 8.03 | 6.58 | 25.27 | - |
| YUV | 70.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 139 | 0.63 | 0.52 | 0 | 0.45 | 229.09 | 0.46 | 0.37 |
| Hex | 33 | 43 | 8B | 3F | 34 | 0 | 2D | E5 | 2E | 25 |
| Octal | 63 | 103 | 213 | 77 | 64 | 0 | 55 | 345 | 56 | 45 |
| Binary | 110011 | 1000011 | 10001011 | 111111 | 110100 | 0 | 101101 | 11100101 | 101110 | 100101 |
Color Harmonies of #33438B
Complementary color
Monochromatic Colors of #33438B
Black with #33438B
Text Example
Text Example
White with #33438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33438B; }
p { color: rgb(51,67,139); }
H1.HeaderClassName
{
color: #33438B;
}
.AnyTagClassName
{
color: #33438B;
}
</style>
background-color css
<style>
a { background-color: #33438B; }
a { background-color: rgb(51,67,139); }
div.DivClassName
{
background-color: #33438B;
}
.BgClassName
{
background-color: #33438B;
}
</style>
border-color css
<style>
span { border-color: #33438B; }
span { border-color: rgb(51,67,139); }
td.TdClassName
{
border-color: #33438B;
}
.TagClassName
{
border-color: #33438B;
}
</style>