Shades of Tory Blue #33439C
Tints of Tory Blue #33439C
RGB
CMYK
RGB Variations
Color information
#33439C (or 0x33439C) is known color: Tory Blue. HEX triplet: 33, 43 and 9C. RGB value is (51,67,156). Sum of RGB (Red+Green+Blue) = 51+67+156=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #33439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33439C is #CCBC63. Grayscale: #474747. Windows color (decimal): -13417572 or 10240819. OLE color: 10240819.
HSL color Cylindrical-coordinate representation of color #33439C: hue angle of 230.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33439C is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 67 | 156 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.39 |
| HSL | 230.86º | 0.51% | 0.41% | - |
| HSV(B) | 230.86º | 0.67% | 0.61% | - |
| XYZ | 9.37 | 7.12 | 32.33 | - |
| YUV | 72.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 156 | 0.67 | 0.57 | 0 | 0.39 | 230.86 | 0.51 | 0.41 |
| Hex | 33 | 43 | 9C | 43 | 39 | 0 | 27 | E7 | 33 | 29 |
| Octal | 63 | 103 | 234 | 103 | 71 | 0 | 47 | 347 | 63 | 51 |
| Binary | 110011 | 1000011 | 10011100 | 1000011 | 111001 | 0 | 100111 | 11100111 | 110011 | 101001 |
Color Harmonies of #33439C
Complementary color
Monochromatic Colors of #33439C
Black with #33439C
Text Example
Text Example
White with #33439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33439C; }
p { color: rgb(51,67,156); }
H1.HeaderClassName
{
color: #33439C;
}
.AnyTagClassName
{
color: #33439C;
}
</style>
background-color css
<style>
a { background-color: #33439C; }
a { background-color: rgb(51,67,156); }
div.DivClassName
{
background-color: #33439C;
}
.BgClassName
{
background-color: #33439C;
}
</style>
border-color css
<style>
span { border-color: #33439C; }
span { border-color: rgb(51,67,156); }
td.TdClassName
{
border-color: #33439C;
}
.TagClassName
{
border-color: #33439C;
}
</style>