Shades of Medium Blue #3404CA
Tints of Medium Blue #3404CA
RGB
CMYK
RGB Variations
Color information
#3404CA (or 0x3404CA) is known color: Medium Blue. HEX triplet: 34, 04 and CA. RGB value is (52,4,202). Sum of RGB (Red+Green+Blue) = 52+4+202=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #3404CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404CA is #CBFB35. Grayscale: #282828. Windows color (decimal): -13368118 or 13239348. OLE color: 13239348.
HSL color Cylindrical-coordinate representation of color #3404CA: hue angle of 254.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404CA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 4 | 202 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.21 |
| HSL | 254.55º | 0.96% | 0.4% | - |
| HSV(B) | 254.55º | 0.98% | 0.79% | - |
| XYZ | 12.12 | 5.08 | 56.22 | - |
| YUV | 40.92 | 218.9 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 202 | 0.74 | 0.98 | 0 | 0.21 | 254.55 | 0.96 | 0.4 |
| Hex | 34 | 4 | CA | 4A | 62 | 0 | 15 | FF | 60 | 28 |
| Octal | 64 | 4 | 312 | 112 | 142 | 0 | 25 | 377 | 140 | 50 |
| Binary | 110100 | 100 | 11001010 | 1001010 | 1100010 | 0 | 10101 | 11111111 | 1100000 | 101000 |
Color Harmonies of #3404CA
Complementary color
Monochromatic Colors of #3404CA
Black with #3404CA
Text Example
Text Example
White with #3404CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404CA; }
p { color: rgb(52,4,202); }
H1.HeaderClassName
{
color: #3404CA;
}
.AnyTagClassName
{
color: #3404CA;
}
</style>
background-color css
<style>
a { background-color: #3404CA; }
a { background-color: rgb(52,4,202); }
div.DivClassName
{
background-color: #3404CA;
}
.BgClassName
{
background-color: #3404CA;
}
</style>
border-color css
<style>
span { border-color: #3404CA; }
span { border-color: rgb(52,4,202); }
td.TdClassName
{
border-color: #3404CA;
}
.TagClassName
{
border-color: #3404CA;
}
</style>