Shades of Medium Blue #340CCC
Tints of Medium Blue #340CCC
RGB
CMYK
RGB Variations
Color information
#340CCC (or 0x340CCC) is known color: Medium Blue. HEX triplet: 34, 0C and CC. RGB value is (52,12,204). Sum of RGB (Red+Green+Blue) = 52+12+204=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #340CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CCC is #CBF333. Grayscale: #2D2D2D. Windows color (decimal): -13366068 or 13372468. OLE color: 13372468.
HSL color Cylindrical-coordinate representation of color #340CCC: hue angle of 252.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CCC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 12 | 204 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.2 |
| HSL | 252.5º | 0.89% | 0.42% | - |
| HSV(B) | 252.5º | 0.94% | 0.8% | - |
| XYZ | 12.45 | 5.35 | 57.5 | - |
| YUV | 45.85 | 217.25 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 204 | 0.75 | 0.94 | 0 | 0.2 | 252.5 | 0.89 | 0.42 |
| Hex | 34 | C | CC | 4B | 5E | 0 | 14 | FD | 59 | 2A |
| Octal | 64 | 14 | 314 | 113 | 136 | 0 | 24 | 375 | 131 | 52 |
| Binary | 110100 | 1100 | 11001100 | 1001011 | 1011110 | 0 | 10100 | 11111101 | 1011001 | 101010 |
Color Harmonies of #340CCC
Complementary color
Monochromatic Colors of #340CCC
Black with #340CCC
Text Example
Text Example
White with #340CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CCC; }
p { color: rgb(52,12,204); }
H1.HeaderClassName
{
color: #340CCC;
}
.AnyTagClassName
{
color: #340CCC;
}
</style>
background-color css
<style>
a { background-color: #340CCC; }
a { background-color: rgb(52,12,204); }
div.DivClassName
{
background-color: #340CCC;
}
.BgClassName
{
background-color: #340CCC;
}
</style>
border-color css
<style>
span { border-color: #340CCC; }
span { border-color: rgb(52,12,204); }
td.TdClassName
{
border-color: #340CCC;
}
.TagClassName
{
border-color: #340CCC;
}
</style>