Shades of Medium Blue #3408C6
Tints of Medium Blue #3408C6
RGB
CMYK
RGB Variations
Color information
#3408C6 (or 0x3408C6) is known color: Medium Blue. HEX triplet: 34, 08 and C6. RGB value is (52,8,198). Sum of RGB (Red+Green+Blue) = 52+8+198=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #3408C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3408C6 is #CBF739. Grayscale: #2A2A2A. Windows color (decimal): -13367098 or 12978228. OLE color: 12978228.
HSL color Cylindrical-coordinate representation of color #3408C6: hue angle of 253.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3408C6 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 8 | 198 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.22 |
| HSL | 253.89º | 0.92% | 0.4% | - |
| HSV(B) | 253.89º | 0.96% | 0.78% | - |
| XYZ | 11.7 | 4.98 | 53.77 | - |
| YUV | 42.82 | 215.58 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 198 | 0.74 | 0.96 | 0 | 0.22 | 253.89 | 0.92 | 0.4 |
| Hex | 34 | 8 | C6 | 4A | 60 | 0 | 16 | FE | 5C | 28 |
| Octal | 64 | 10 | 306 | 112 | 140 | 0 | 26 | 376 | 134 | 50 |
| Binary | 110100 | 1000 | 11000110 | 1001010 | 1100000 | 0 | 10110 | 11111110 | 1011100 | 101000 |
Color Harmonies of #3408C6
Complementary color
Monochromatic Colors of #3408C6
Black with #3408C6
Text Example
Text Example
White with #3408C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408C6; }
p { color: rgb(52,8,198); }
H1.HeaderClassName
{
color: #3408C6;
}
.AnyTagClassName
{
color: #3408C6;
}
</style>
background-color css
<style>
a { background-color: #3408C6; }
a { background-color: rgb(52,8,198); }
div.DivClassName
{
background-color: #3408C6;
}
.BgClassName
{
background-color: #3408C6;
}
</style>
border-color css
<style>
span { border-color: #3408C6; }
span { border-color: rgb(52,8,198); }
td.TdClassName
{
border-color: #3408C6;
}
.TagClassName
{
border-color: #3408C6;
}
</style>