Shades of Medium Blue #340BCC
Tints of Medium Blue #340BCC
RGB
CMYK
RGB Variations
Color information
#340BCC (or 0x340BCC) is known color: Medium Blue. HEX triplet: 34, 0B and CC. RGB value is (52,11,204). Sum of RGB (Red+Green+Blue) = 52+11+204=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #340BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BCC is #CBF433. Grayscale: #2C2C2C. Windows color (decimal): -13366324 or 13372212. OLE color: 13372212.
HSL color Cylindrical-coordinate representation of color #340BCC: hue angle of 252.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BCC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 11 | 204 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.2 |
| HSL | 252.75º | 0.9% | 0.42% | - |
| HSV(B) | 252.75º | 0.95% | 0.8% | - |
| XYZ | 12.43 | 5.33 | 57.5 | - |
| YUV | 45.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 204 | 0.75 | 0.95 | 0 | 0.2 | 252.75 | 0.9 | 0.42 |
| Hex | 34 | B | CC | 4B | 5F | 0 | 14 | FD | 5A | 2A |
| Octal | 64 | 13 | 314 | 113 | 137 | 0 | 24 | 375 | 132 | 52 |
| Binary | 110100 | 1011 | 11001100 | 1001011 | 1011111 | 0 | 10100 | 11111101 | 1011010 | 101010 |
Color Harmonies of #340BCC
Complementary color
Monochromatic Colors of #340BCC
Black with #340BCC
Text Example
Text Example
White with #340BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BCC; }
p { color: rgb(52,11,204); }
H1.HeaderClassName
{
color: #340BCC;
}
.AnyTagClassName
{
color: #340BCC;
}
</style>
background-color css
<style>
a { background-color: #340BCC; }
a { background-color: rgb(52,11,204); }
div.DivClassName
{
background-color: #340BCC;
}
.BgClassName
{
background-color: #340BCC;
}
</style>
border-color css
<style>
span { border-color: #340BCC; }
span { border-color: rgb(52,11,204); }
td.TdClassName
{
border-color: #340BCC;
}
.TagClassName
{
border-color: #340BCC;
}
</style>