Shades of Medium Blue #340BCB
Tints of Medium Blue #340BCB
RGB
CMYK
RGB Variations
Color information
#340BCB (or 0x340BCB) is known color: Medium Blue. HEX triplet: 34, 0B and CB. RGB value is (52,11,203). Sum of RGB (Red+Green+Blue) = 52+11+203=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #340BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BCB is #CBF434. Grayscale: #2C2C2C. Windows color (decimal): -13366325 or 13306676. OLE color: 13306676.
HSL color Cylindrical-coordinate representation of color #340BCB: hue angle of 252.81º 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 #340BCB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 11 | 203 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.20 |
| HSL | 252.81º | 0.9% | 0.42% | - |
| HSV(B) | 252.81º | 0.95% | 0.8% | - |
| XYZ | 12.32 | 5.28 | 56.87 | - |
| YUV | 45.15 | 217.08 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 203 | 0.74 | 0.95 | 0 | 0.20 | 252.81 | 0.9 | 0.42 |
| Hex | 34 | B | CB | 4A | 5F | 0 | 14 | FD | 5A | 2A |
| Octal | 64 | 13 | 313 | 112 | 137 | 0 | 24 | 375 | 132 | 52 |
| Binary | 110100 | 1011 | 11001011 | 1001010 | 1011111 | 0 | 10100 | 11111101 | 1011010 | 101010 |
Color Harmonies of #340BCB
Complementary color
Monochromatic Colors of #340BCB
Black with #340BCB
Text Example
Text Example
White with #340BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BCB; }
p { color: rgb(52,11,203); }
H1.HeaderClassName
{
color: #340BCB;
}
.AnyTagClassName
{
color: #340BCB;
}
</style>
background-color css
<style>
a { background-color: #340BCB; }
a { background-color: rgb(52,11,203); }
div.DivClassName
{
background-color: #340BCB;
}
.BgClassName
{
background-color: #340BCB;
}
</style>
border-color css
<style>
span { border-color: #340BCB; }
span { border-color: rgb(52,11,203); }
td.TdClassName
{
border-color: #340BCB;
}
.TagClassName
{
border-color: #340BCB;
}
</style>