Shades of Medium Blue #3407CB
Tints of Medium Blue #3407CB
RGB
CMYK
RGB Variations
Color information
#3407CB (or 0x3407CB) is known color: Medium Blue. HEX triplet: 34, 07 and CB. RGB value is (52,7,203). Sum of RGB (Red+Green+Blue) = 52+7+203=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3407CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3407CB is #CBF834. Grayscale: #2A2A2A. Windows color (decimal): -13367349 or 13305652. OLE color: 13305652.
HSL color Cylindrical-coordinate representation of color #3407CB: hue angle of 253.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3407CB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 7 | 203 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.20 |
| HSL | 253.78º | 0.93% | 0.41% | - |
| HSV(B) | 253.78º | 0.97% | 0.8% | - |
| XYZ | 12.27 | 5.19 | 56.86 | - |
| YUV | 42.8 | 218.41 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 203 | 0.74 | 0.97 | 0 | 0.20 | 253.78 | 0.93 | 0.41 |
| Hex | 34 | 7 | CB | 4A | 61 | 0 | 14 | FE | 5D | 29 |
| Octal | 64 | 7 | 313 | 112 | 141 | 0 | 24 | 376 | 135 | 51 |
| Binary | 110100 | 111 | 11001011 | 1001010 | 1100001 | 0 | 10100 | 11111110 | 1011101 | 101001 |
Color Harmonies of #3407CB
Complementary color
Monochromatic Colors of #3407CB
Black with #3407CB
Text Example
Text Example
White with #3407CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3407CB; }
p { color: rgb(52,7,203); }
H1.HeaderClassName
{
color: #3407CB;
}
.AnyTagClassName
{
color: #3407CB;
}
</style>
background-color css
<style>
a { background-color: #3407CB; }
a { background-color: rgb(52,7,203); }
div.DivClassName
{
background-color: #3407CB;
}
.BgClassName
{
background-color: #3407CB;
}
</style>
border-color css
<style>
span { border-color: #3407CB; }
span { border-color: rgb(52,7,203); }
td.TdClassName
{
border-color: #3407CB;
}
.TagClassName
{
border-color: #3407CB;
}
</style>