Shades of Tory Blue #33439D
Tints of Tory Blue #33439D
RGB
CMYK
RGB Variations
Color information
#33439D (or 0x33439D) is known color: Tory Blue. HEX triplet: 33, 43 and 9D. RGB value is (51,67,157). Sum of RGB (Red+Green+Blue) = 51+67+157=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #33439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33439D is #CCBC62. Grayscale: #484848. Windows color (decimal): -13417571 or 10306355. OLE color: 10306355.
HSL color Cylindrical-coordinate representation of color #33439D: hue angle of 230.94º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33439D is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 67 | 157 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.38 |
| HSL | 230.94º | 0.51% | 0.41% | - |
| HSV(B) | 230.94º | 0.68% | 0.62% | - |
| XYZ | 9.46 | 7.15 | 32.78 | - |
| YUV | 72.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 157 | 0.68 | 0.57 | 0 | 0.38 | 230.94 | 0.51 | 0.41 |
| Hex | 33 | 43 | 9D | 44 | 39 | 0 | 26 | E7 | 33 | 29 |
| Octal | 63 | 103 | 235 | 104 | 71 | 0 | 46 | 347 | 63 | 51 |
| Binary | 110011 | 1000011 | 10011101 | 1000100 | 111001 | 0 | 100110 | 11100111 | 110011 | 101001 |
Color Harmonies of #33439D
Complementary color
Monochromatic Colors of #33439D
Black with #33439D
Text Example
Text Example
White with #33439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33439D; }
p { color: rgb(51,67,157); }
H1.HeaderClassName
{
color: #33439D;
}
.AnyTagClassName
{
color: #33439D;
}
</style>
background-color css
<style>
a { background-color: #33439D; }
a { background-color: rgb(51,67,157); }
div.DivClassName
{
background-color: #33439D;
}
.BgClassName
{
background-color: #33439D;
}
</style>
border-color css
<style>
span { border-color: #33439D; }
span { border-color: rgb(51,67,157); }
td.TdClassName
{
border-color: #33439D;
}
.TagClassName
{
border-color: #33439D;
}
</style>