Shades of Medium Blue #3410C3
Tints of Medium Blue #3410C3
RGB
CMYK
RGB Variations
Color information
#3410C3 (or 0x3410C3) is known color: Medium Blue. HEX triplet: 34, 10 and C3. RGB value is (52,16,195). Sum of RGB (Red+Green+Blue) = 52+16+195=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 195 (76.56% from 255 or 74.14% from 263); Max value from RGB is 195 - color contains mainly: blue. Hex color #3410C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3410C3 is #CBEF3C. Grayscale: #2E2E2E. Windows color (decimal): -13365053 or 12783668. OLE color: 12783668.
HSL color Cylindrical-coordinate representation of color #3410C3: hue angle of 252.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3410C3 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 16 | 195 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.24 |
| HSL | 252.07º | 0.85% | 0.41% | - |
| HSV(B) | 252.07º | 0.92% | 0.76% | - |
| XYZ | 11.45 | 5.04 | 52 | - |
| YUV | 47.17 | 211.43 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 195 | 0.73 | 0.92 | 0 | 0.24 | 252.07 | 0.85 | 0.41 |
| Hex | 34 | 10 | C3 | 49 | 5C | 0 | 18 | FC | 55 | 29 |
| Octal | 64 | 20 | 303 | 111 | 134 | 0 | 30 | 374 | 125 | 51 |
| Binary | 110100 | 10000 | 11000011 | 1001001 | 1011100 | 0 | 11000 | 11111100 | 1010101 | 101001 |
Color Harmonies of #3410C3
Complementary color
Monochromatic Colors of #3410C3
Black with #3410C3
Text Example
Text Example
White with #3410C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3410C3; }
p { color: rgb(52,16,195); }
H1.HeaderClassName
{
color: #3410C3;
}
.AnyTagClassName
{
color: #3410C3;
}
</style>
background-color css
<style>
a { background-color: #3410C3; }
a { background-color: rgb(52,16,195); }
div.DivClassName
{
background-color: #3410C3;
}
.BgClassName
{
background-color: #3410C3;
}
</style>
border-color css
<style>
span { border-color: #3410C3; }
span { border-color: rgb(52,16,195); }
td.TdClassName
{
border-color: #3410C3;
}
.TagClassName
{
border-color: #3410C3;
}
</style>