Shades of Medium Blue #3400BE
Tints of Medium Blue #3400BE
RGB
CMYK
RGB Variations
Color information
#3400BE (or 0x3400BE) is known color: Medium Blue. HEX triplet: 34, 00 and BE. RGB value is (52,0,190). Sum of RGB (Red+Green+Blue) = 52+0+190=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #3400BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400BE is #CBFF41. Grayscale: #242424. Windows color (decimal): -13369154 or 12451892. OLE color: 12451892.
HSL color Cylindrical-coordinate representation of color #3400BE: hue angle of 256.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400BE is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 0 | 190 | - |
| CMYK | 0.73 | 1 | 0 | 0.25 |
| HSL | 256.42º | 1% | 0.37% | - |
| HSV(B) | 256.42º | 1% | 0.75% | - |
| XYZ | 10.71 | 4.45 | 49.01 | - |
| YUV | 37.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 190 | 0.73 | 1 | 0 | 0.25 | 256.42 | 1 | 0.37 |
| Hex | 34 | 0 | BE | 49 | 64 | 0 | 19 | 100 | 64 | 25 |
| Octal | 64 | 0 | 276 | 111 | 144 | 0 | 31 | 400 | 144 | 45 |
| Binary | 110100 | 0 | 10111110 | 1001001 | 1100100 | 0 | 11001 | 100000000 | 1100100 | 100101 |
Color Harmonies of #3400BE
Complementary color
Monochromatic Colors of #3400BE
Black with #3400BE
Text Example
Text Example
White with #3400BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400BE; }
p { color: rgb(52,0,190); }
H1.HeaderClassName
{
color: #3400BE;
}
.AnyTagClassName
{
color: #3400BE;
}
</style>
background-color css
<style>
a { background-color: #3400BE; }
a { background-color: rgb(52,0,190); }
div.DivClassName
{
background-color: #3400BE;
}
.BgClassName
{
background-color: #3400BE;
}
</style>
border-color css
<style>
span { border-color: #3400BE; }
span { border-color: rgb(52,0,190); }
td.TdClassName
{
border-color: #3400BE;
}
.TagClassName
{
border-color: #3400BE;
}
</style>