Shades of Medium Blue #3400CE
Tints of Medium Blue #3400CE
RGB
CMYK
RGB Variations
Color information
#3400CE (or 0x3400CE) is known color: Medium Blue. HEX triplet: 34, 00 and CE. RGB value is (52,0,206). Sum of RGB (Red+Green+Blue) = 52+0+206=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #3400CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400CE is #CBFF31. Grayscale: #262626. Windows color (decimal): -13369138 or 13500468. OLE color: 13500468.
HSL color Cylindrical-coordinate representation of color #3400CE: hue angle of 255.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400CE is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 0 | 206 | - |
| CMYK | 0.75 | 1 | 0 | 0.19 |
| HSL | 255.15º | 1% | 0.4% | - |
| HSV(B) | 255.15º | 1% | 0.81% | - |
| XYZ | 12.56 | 5.19 | 58.73 | - |
| YUV | 39.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 206 | 0.75 | 1 | 0 | 0.19 | 255.15 | 1 | 0.4 |
| Hex | 34 | 0 | CE | 4B | 64 | 0 | 13 | FF | 64 | 28 |
| Octal | 64 | 0 | 316 | 113 | 144 | 0 | 23 | 377 | 144 | 50 |
| Binary | 110100 | 0 | 11001110 | 1001011 | 1100100 | 0 | 10011 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3400CE
Complementary color
Monochromatic Colors of #3400CE
Black with #3400CE
Text Example
Text Example
White with #3400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400CE; }
p { color: rgb(52,0,206); }
H1.HeaderClassName
{
color: #3400CE;
}
.AnyTagClassName
{
color: #3400CE;
}
</style>
background-color css
<style>
a { background-color: #3400CE; }
a { background-color: rgb(52,0,206); }
div.DivClassName
{
background-color: #3400CE;
}
.BgClassName
{
background-color: #3400CE;
}
</style>
border-color css
<style>
span { border-color: #3400CE; }
span { border-color: rgb(52,0,206); }
td.TdClassName
{
border-color: #3400CE;
}
.TagClassName
{
border-color: #3400CE;
}
</style>