Shades of Medium Blue #3404CF
Tints of Medium Blue #3404CF
RGB
CMYK
RGB Variations
Color information
#3404CF (or 0x3404CF) is known color: Medium Blue. HEX triplet: 34, 04 and CF. RGB value is (52,4,207). Sum of RGB (Red+Green+Blue) = 52+4+207=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #3404CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404CF is #CBFB30. Grayscale: #282828. Windows color (decimal): -13368113 or 13567028. OLE color: 13567028.
HSL color Cylindrical-coordinate representation of color #3404CF: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404CF is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 4 | 207 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.19 |
| HSL | 254.19º | 0.96% | 0.41% | - |
| HSV(B) | 254.19º | 0.98% | 0.81% | - |
| XYZ | 12.72 | 5.32 | 59.39 | - |
| YUV | 41.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 207 | 0.75 | 0.98 | 0 | 0.19 | 254.19 | 0.96 | 0.41 |
| Hex | 34 | 4 | CF | 4B | 62 | 0 | 13 | FE | 60 | 29 |
| Octal | 64 | 4 | 317 | 113 | 142 | 0 | 23 | 376 | 140 | 51 |
| Binary | 110100 | 100 | 11001111 | 1001011 | 1100010 | 0 | 10011 | 11111110 | 1100000 | 101001 |
Color Harmonies of #3404CF
Complementary color
Monochromatic Colors of #3404CF
Black with #3404CF
Text Example
Text Example
White with #3404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404CF; }
p { color: rgb(52,4,207); }
H1.HeaderClassName
{
color: #3404CF;
}
.AnyTagClassName
{
color: #3404CF;
}
</style>
background-color css
<style>
a { background-color: #3404CF; }
a { background-color: rgb(52,4,207); }
div.DivClassName
{
background-color: #3404CF;
}
.BgClassName
{
background-color: #3404CF;
}
</style>
border-color css
<style>
span { border-color: #3404CF; }
span { border-color: rgb(52,4,207); }
td.TdClassName
{
border-color: #3404CF;
}
.TagClassName
{
border-color: #3404CF;
}
</style>