Shades of Medium Blue #3400BD
Tints of Medium Blue #3400BD
RGB
CMYK
RGB Variations
Color information
#3400BD (or 0x3400BD) is known color: Medium Blue. HEX triplet: 34, 00 and BD. RGB value is (52,0,189). Sum of RGB (Red+Green+Blue) = 52+0+189=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #3400BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400BD is #CBFF42. Grayscale: #242424. Windows color (decimal): -13369155 or 12386356. OLE color: 12386356.
HSL color Cylindrical-coordinate representation of color #3400BD: hue angle of 256.51º 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 #3400BD is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 0 | 189 | - |
| CMYK | 0.72 | 1 | 0 | 0.26 |
| HSL | 256.51º | 1% | 0.37% | - |
| HSV(B) | 256.51º | 1% | 0.74% | - |
| XYZ | 10.6 | 4.4 | 48.44 | - |
| YUV | 37.09 | 213.73 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 189 | 0.72 | 1 | 0 | 0.26 | 256.51 | 1 | 0.37 |
| Hex | 34 | 0 | BD | 48 | 64 | 0 | 1A | 101 | 64 | 25 |
| Octal | 64 | 0 | 275 | 110 | 144 | 0 | 32 | 401 | 144 | 45 |
| Binary | 110100 | 0 | 10111101 | 1001000 | 1100100 | 0 | 11010 | 100000001 | 1100100 | 100101 |
Color Harmonies of #3400BD
Complementary color
Monochromatic Colors of #3400BD
Black with #3400BD
Text Example
Text Example
White with #3400BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400BD; }
p { color: rgb(52,0,189); }
H1.HeaderClassName
{
color: #3400BD;
}
.AnyTagClassName
{
color: #3400BD;
}
</style>
background-color css
<style>
a { background-color: #3400BD; }
a { background-color: rgb(52,0,189); }
div.DivClassName
{
background-color: #3400BD;
}
.BgClassName
{
background-color: #3400BD;
}
</style>
border-color css
<style>
span { border-color: #3400BD; }
span { border-color: rgb(52,0,189); }
td.TdClassName
{
border-color: #3400BD;
}
.TagClassName
{
border-color: #3400BD;
}
</style>