Shades of Medium Blue #340DBE
Tints of Medium Blue #340DBE
RGB
CMYK
RGB Variations
Color information
#340DBE (or 0x340DBE) is known color: Medium Blue. HEX triplet: 34, 0D and BE. RGB value is (52,13,190). Sum of RGB (Red+Green+Blue) = 52+13+190=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #340DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DBE is #CBF241. Grayscale: #2C2C2C. Windows color (decimal): -13365826 or 12455220. OLE color: 12455220.
HSL color Cylindrical-coordinate representation of color #340DBE: hue angle of 253.22º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340DBE is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 13 | 190 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.25 |
| HSL | 253.22º | 0.87% | 0.4% | - |
| HSV(B) | 253.22º | 0.93% | 0.75% | - |
| XYZ | 10.85 | 4.74 | 49.06 | - |
| YUV | 44.84 | 209.92 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 190 | 0.73 | 0.93 | 0 | 0.25 | 253.22 | 0.87 | 0.4 |
| Hex | 34 | D | BE | 49 | 5D | 0 | 19 | FD | 57 | 28 |
| Octal | 64 | 15 | 276 | 111 | 135 | 0 | 31 | 375 | 127 | 50 |
| Binary | 110100 | 1101 | 10111110 | 1001001 | 1011101 | 0 | 11001 | 11111101 | 1010111 | 101000 |
Color Harmonies of #340DBE
Complementary color
Monochromatic Colors of #340DBE
Black with #340DBE
Text Example
Text Example
White with #340DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340DBE; }
p { color: rgb(52,13,190); }
H1.HeaderClassName
{
color: #340DBE;
}
.AnyTagClassName
{
color: #340DBE;
}
</style>
background-color css
<style>
a { background-color: #340DBE; }
a { background-color: rgb(52,13,190); }
div.DivClassName
{
background-color: #340DBE;
}
.BgClassName
{
background-color: #340DBE;
}
</style>
border-color css
<style>
span { border-color: #340DBE; }
span { border-color: rgb(52,13,190); }
td.TdClassName
{
border-color: #340DBE;
}
.TagClassName
{
border-color: #340DBE;
}
</style>