Shades of Medium Blue #3406CB
Tints of Medium Blue #3406CB
RGB
CMYK
RGB Variations
Color information
#3406CB (or 0x3406CB) is known color: Medium Blue. HEX triplet: 34, 06 and CB. RGB value is (52,6,203). Sum of RGB (Red+Green+Blue) = 52+6+203=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #3406CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406CB is #CBF934. Grayscale: #292929. Windows color (decimal): -13367605 or 13305396. OLE color: 13305396.
HSL color Cylindrical-coordinate representation of color #3406CB: hue angle of 254.01º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3406CB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 6 | 203 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.20 |
| HSL | 254.01º | 0.94% | 0.41% | - |
| HSV(B) | 254.01º | 0.97% | 0.8% | - |
| XYZ | 12.26 | 5.17 | 56.85 | - |
| YUV | 42.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 203 | 0.74 | 0.97 | 0 | 0.20 | 254.01 | 0.94 | 0.41 |
| Hex | 34 | 6 | CB | 4A | 61 | 0 | 14 | FE | 5E | 29 |
| Octal | 64 | 6 | 313 | 112 | 141 | 0 | 24 | 376 | 136 | 51 |
| Binary | 110100 | 110 | 11001011 | 1001010 | 1100001 | 0 | 10100 | 11111110 | 1011110 | 101001 |
Color Harmonies of #3406CB
Complementary color
Monochromatic Colors of #3406CB
Black with #3406CB
Text Example
Text Example
White with #3406CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3406CB; }
p { color: rgb(52,6,203); }
H1.HeaderClassName
{
color: #3406CB;
}
.AnyTagClassName
{
color: #3406CB;
}
</style>
background-color css
<style>
a { background-color: #3406CB; }
a { background-color: rgb(52,6,203); }
div.DivClassName
{
background-color: #3406CB;
}
.BgClassName
{
background-color: #3406CB;
}
</style>
border-color css
<style>
span { border-color: #3406CB; }
span { border-color: rgb(52,6,203); }
td.TdClassName
{
border-color: #3406CB;
}
.TagClassName
{
border-color: #3406CB;
}
</style>