Shades of Medium Blue #340ACB
Tints of Medium Blue #340ACB
RGB
CMYK
RGB Variations
Color information
#340ACB (or 0x340ACB) is known color: Medium Blue. HEX triplet: 34, 0A and CB. RGB value is (52,10,203). Sum of RGB (Red+Green+Blue) = 52+10+203=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #340ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ACB is #CBF534. Grayscale: #2B2B2B. Windows color (decimal): -13366581 or 13306420. OLE color: 13306420.
HSL color Cylindrical-coordinate representation of color #340ACB: hue angle of 253.06º degrees, saturation: 0.91, 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 #340ACB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 10 | 203 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.20 |
| HSL | 253.06º | 0.91% | 0.42% | - |
| HSV(B) | 253.06º | 0.95% | 0.8% | - |
| XYZ | 12.3 | 5.26 | 56.87 | - |
| YUV | 44.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 203 | 0.74 | 0.95 | 0 | 0.20 | 253.06 | 0.91 | 0.42 |
| Hex | 34 | A | CB | 4A | 5F | 0 | 14 | FD | 5B | 2A |
| Octal | 64 | 12 | 313 | 112 | 137 | 0 | 24 | 375 | 133 | 52 |
| Binary | 110100 | 1010 | 11001011 | 1001010 | 1011111 | 0 | 10100 | 11111101 | 1011011 | 101010 |
Color Harmonies of #340ACB
Complementary color
Monochromatic Colors of #340ACB
Black with #340ACB
Text Example
Text Example
White with #340ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340ACB; }
p { color: rgb(52,10,203); }
H1.HeaderClassName
{
color: #340ACB;
}
.AnyTagClassName
{
color: #340ACB;
}
</style>
background-color css
<style>
a { background-color: #340ACB; }
a { background-color: rgb(52,10,203); }
div.DivClassName
{
background-color: #340ACB;
}
.BgClassName
{
background-color: #340ACB;
}
</style>
border-color css
<style>
span { border-color: #340ACB; }
span { border-color: rgb(52,10,203); }
td.TdClassName
{
border-color: #340ACB;
}
.TagClassName
{
border-color: #340ACB;
}
</style>