Shades of Medium Blue #3400BC
Tints of Medium Blue #3400BC
RGB
CMYK
RGB Variations
Color information
#3400BC (or 0x3400BC) is known color: Medium Blue. HEX triplet: 34, 00 and BC. RGB value is (52,0,188). Sum of RGB (Red+Green+Blue) = 52+0+188=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #3400BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400BC is #CBFF43. Grayscale: #242424. Windows color (decimal): -13369156 or 12320820. OLE color: 12320820.
HSL color Cylindrical-coordinate representation of color #3400BC: hue angle of 256.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400BC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 0 | 188 | - |
| CMYK | 0.72 | 1 | 0 | 0.26 |
| HSL | 256.6º | 1% | 0.37% | - |
| HSV(B) | 256.6º | 1% | 0.74% | - |
| XYZ | 10.49 | 4.36 | 47.87 | - |
| YUV | 36.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 188 | 0.72 | 1 | 0 | 0.26 | 256.6 | 1 | 0.37 |
| Hex | 34 | 0 | BC | 48 | 64 | 0 | 1A | 101 | 64 | 25 |
| Octal | 64 | 0 | 274 | 110 | 144 | 0 | 32 | 401 | 144 | 45 |
| Binary | 110100 | 0 | 10111100 | 1001000 | 1100100 | 0 | 11010 | 100000001 | 1100100 | 100101 |
Color Harmonies of #3400BC
Complementary color
Monochromatic Colors of #3400BC
Black with #3400BC
Text Example
Text Example
White with #3400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400BC; }
p { color: rgb(52,0,188); }
H1.HeaderClassName
{
color: #3400BC;
}
.AnyTagClassName
{
color: #3400BC;
}
</style>
background-color css
<style>
a { background-color: #3400BC; }
a { background-color: rgb(52,0,188); }
div.DivClassName
{
background-color: #3400BC;
}
.BgClassName
{
background-color: #3400BC;
}
</style>
border-color css
<style>
span { border-color: #3400BC; }
span { border-color: rgb(52,0,188); }
td.TdClassName
{
border-color: #3400BC;
}
.TagClassName
{
border-color: #3400BC;
}
</style>