Shades of Medium Blue #3406BD
Tints of Medium Blue #3406BD
RGB
CMYK
RGB Variations
Color information
#3406BD (or 0x3406BD) is known color: Medium Blue. HEX triplet: 34, 06 and BD. RGB value is (52,6,189). Sum of RGB (Red+Green+Blue) = 52+6+189=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #3406BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406BD is #CBF942. Grayscale: #272727. Windows color (decimal): -13367619 or 12387892. OLE color: 12387892.
HSL color Cylindrical-coordinate representation of color #3406BD: hue angle of 255.08º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3406BD is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 6 | 189 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.26 |
| HSL | 255.08º | 0.94% | 0.38% | - |
| HSV(B) | 255.08º | 0.97% | 0.74% | - |
| XYZ | 10.67 | 4.53 | 48.46 | - |
| YUV | 40.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 189 | 0.72 | 0.97 | 0 | 0.26 | 255.08 | 0.94 | 0.38 |
| Hex | 34 | 6 | BD | 48 | 61 | 0 | 1A | FF | 5E | 26 |
| Octal | 64 | 6 | 275 | 110 | 141 | 0 | 32 | 377 | 136 | 46 |
| Binary | 110100 | 110 | 10111101 | 1001000 | 1100001 | 0 | 11010 | 11111111 | 1011110 | 100110 |
Color Harmonies of #3406BD
Complementary color
Monochromatic Colors of #3406BD
Black with #3406BD
Text Example
Text Example
White with #3406BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3406BD; }
p { color: rgb(52,6,189); }
H1.HeaderClassName
{
color: #3406BD;
}
.AnyTagClassName
{
color: #3406BD;
}
</style>
background-color css
<style>
a { background-color: #3406BD; }
a { background-color: rgb(52,6,189); }
div.DivClassName
{
background-color: #3406BD;
}
.BgClassName
{
background-color: #3406BD;
}
</style>
border-color css
<style>
span { border-color: #3406BD; }
span { border-color: rgb(52,6,189); }
td.TdClassName
{
border-color: #3406BD;
}
.TagClassName
{
border-color: #3406BD;
}
</style>