Shades of Medium Blue #3408C5
Tints of Medium Blue #3408C5
RGB
CMYK
RGB Variations
Color information
#3408C5 (or 0x3408C5) is known color: Medium Blue. HEX triplet: 34, 08 and C5. RGB value is (52,8,197). Sum of RGB (Red+Green+Blue) = 52+8+197=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #3408C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3408C5 is #CBF73A. Grayscale: #292929. Windows color (decimal): -13367099 or 12912692. OLE color: 12912692.
HSL color Cylindrical-coordinate representation of color #3408C5: hue angle of 253.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3408C5 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 8 | 197 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.23 |
| HSL | 253.97º | 0.92% | 0.4% | - |
| HSV(B) | 253.97º | 0.96% | 0.77% | - |
| XYZ | 11.58 | 4.93 | 53.17 | - |
| YUV | 42.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 197 | 0.74 | 0.96 | 0 | 0.23 | 253.97 | 0.92 | 0.4 |
| Hex | 34 | 8 | C5 | 4A | 60 | 0 | 17 | FE | 5C | 28 |
| Octal | 64 | 10 | 305 | 112 | 140 | 0 | 27 | 376 | 134 | 50 |
| Binary | 110100 | 1000 | 11000101 | 1001010 | 1100000 | 0 | 10111 | 11111110 | 1011100 | 101000 |
Color Harmonies of #3408C5
Complementary color
Monochromatic Colors of #3408C5
Black with #3408C5
Text Example
Text Example
White with #3408C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408C5; }
p { color: rgb(52,8,197); }
H1.HeaderClassName
{
color: #3408C5;
}
.AnyTagClassName
{
color: #3408C5;
}
</style>
background-color css
<style>
a { background-color: #3408C5; }
a { background-color: rgb(52,8,197); }
div.DivClassName
{
background-color: #3408C5;
}
.BgClassName
{
background-color: #3408C5;
}
</style>
border-color css
<style>
span { border-color: #3408C5; }
span { border-color: rgb(52,8,197); }
td.TdClassName
{
border-color: #3408C5;
}
.TagClassName
{
border-color: #3408C5;
}
</style>