Shades of Medium Blue #340DC5
Tints of Medium Blue #340DC5
RGB
CMYK
RGB Variations
Color information
#340DC5 (or 0x340DC5) is known color: Medium Blue. HEX triplet: 34, 0D and C5. RGB value is (52,13,197). Sum of RGB (Red+Green+Blue) = 52+13+197=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #340DC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DC5 is #CBF23A. Grayscale: #2C2C2C. Windows color (decimal): -13365819 or 12913972. OLE color: 12913972.
HSL color Cylindrical-coordinate representation of color #340DC5: hue angle of 252.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340DC5 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 13 | 197 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.23 |
| HSL | 252.72º | 0.88% | 0.41% | - |
| HSV(B) | 252.72º | 0.93% | 0.77% | - |
| XYZ | 11.64 | 5.05 | 53.18 | - |
| YUV | 45.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 197 | 0.74 | 0.93 | 0 | 0.23 | 252.72 | 0.88 | 0.41 |
| Hex | 34 | D | C5 | 4A | 5D | 0 | 17 | FD | 58 | 29 |
| Octal | 64 | 15 | 305 | 112 | 135 | 0 | 27 | 375 | 130 | 51 |
| Binary | 110100 | 1101 | 11000101 | 1001010 | 1011101 | 0 | 10111 | 11111101 | 1011000 | 101001 |
Color Harmonies of #340DC5
Complementary color
Monochromatic Colors of #340DC5
Black with #340DC5
Text Example
Text Example
White with #340DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340DC5; }
p { color: rgb(52,13,197); }
H1.HeaderClassName
{
color: #340DC5;
}
.AnyTagClassName
{
color: #340DC5;
}
</style>
background-color css
<style>
a { background-color: #340DC5; }
a { background-color: rgb(52,13,197); }
div.DivClassName
{
background-color: #340DC5;
}
.BgClassName
{
background-color: #340DC5;
}
</style>
border-color css
<style>
span { border-color: #340DC5; }
span { border-color: rgb(52,13,197); }
td.TdClassName
{
border-color: #340DC5;
}
.TagClassName
{
border-color: #340DC5;
}
</style>