Shades of Medium Blue #3401BC
Tints of Medium Blue #3401BC
RGB
CMYK
RGB Variations
Color information
#3401BC (or 0x3401BC) is known color: Medium Blue. HEX triplet: 34, 01 and BC. RGB value is (52,1,188). Sum of RGB (Red+Green+Blue) = 52+1+188=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #3401BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401BC is #CBFE43. Grayscale: #242424. Windows color (decimal): -13368900 or 12321076. OLE color: 12321076.
HSL color Cylindrical-coordinate representation of color #3401BC: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3401BC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 1 | 188 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.26 |
| HSL | 256.36º | 0.99% | 0.37% | - |
| HSV(B) | 256.36º | 0.99% | 0.74% | - |
| XYZ | 10.5 | 4.38 | 47.87 | - |
| YUV | 37.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 188 | 0.72 | 0.99 | 0 | 0.26 | 256.36 | 0.99 | 0.37 |
| Hex | 34 | 1 | BC | 48 | 63 | 0 | 1A | 100 | 63 | 25 |
| Octal | 64 | 1 | 274 | 110 | 143 | 0 | 32 | 400 | 143 | 45 |
| Binary | 110100 | 1 | 10111100 | 1001000 | 1100011 | 0 | 11010 | 100000000 | 1100011 | 100101 |
Color Harmonies of #3401BC
Complementary color
Monochromatic Colors of #3401BC
Black with #3401BC
Text Example
Text Example
White with #3401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401BC; }
p { color: rgb(52,1,188); }
H1.HeaderClassName
{
color: #3401BC;
}
.AnyTagClassName
{
color: #3401BC;
}
</style>
background-color css
<style>
a { background-color: #3401BC; }
a { background-color: rgb(52,1,188); }
div.DivClassName
{
background-color: #3401BC;
}
.BgClassName
{
background-color: #3401BC;
}
</style>
border-color css
<style>
span { border-color: #3401BC; }
span { border-color: rgb(52,1,188); }
td.TdClassName
{
border-color: #3401BC;
}
.TagClassName
{
border-color: #3401BC;
}
</style>