Shades of Tory Blue #3348A3
Tints of Tory Blue #3348A3
RGB
CMYK
RGB Variations
Color information
#3348A3 (or 0x3348A3) is known color: Tory Blue. HEX triplet: 33, 48 and A3. RGB value is (51,72,163). Sum of RGB (Red+Green+Blue) = 51+72+163=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #3348A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3348A3 is #CCB75C. Grayscale: #4B4B4B. Windows color (decimal): -13416285 or 10700851. OLE color: 10700851.
HSL color Cylindrical-coordinate representation of color #3348A3: hue angle of 228.75º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3348A3 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 72 | 163 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.36 |
| HSL | 228.75º | 0.52% | 0.42% | - |
| HSV(B) | 228.75º | 0.69% | 0.64% | - |
| XYZ | 10.29 | 7.98 | 35.65 | - |
| YUV | 76.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 163 | 0.69 | 0.56 | 0 | 0.36 | 228.75 | 0.52 | 0.42 |
| Hex | 33 | 48 | A3 | 45 | 38 | 0 | 24 | E5 | 34 | 2A |
| Octal | 63 | 110 | 243 | 105 | 70 | 0 | 44 | 345 | 64 | 52 |
| Binary | 110011 | 1001000 | 10100011 | 1000101 | 111000 | 0 | 100100 | 11100101 | 110100 | 101010 |
Color Harmonies of #3348A3
Complementary color
Monochromatic Colors of #3348A3
Black with #3348A3
Text Example
Text Example
White with #3348A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348A3; }
p { color: rgb(51,72,163); }
H1.HeaderClassName
{
color: #3348A3;
}
.AnyTagClassName
{
color: #3348A3;
}
</style>
background-color css
<style>
a { background-color: #3348A3; }
a { background-color: rgb(51,72,163); }
div.DivClassName
{
background-color: #3348A3;
}
.BgClassName
{
background-color: #3348A3;
}
</style>
border-color css
<style>
span { border-color: #3348A3; }
span { border-color: rgb(51,72,163); }
td.TdClassName
{
border-color: #3348A3;
}
.TagClassName
{
border-color: #3348A3;
}
</style>