Shades of Medium Blue #3404CB
Tints of Medium Blue #3404CB
RGB
CMYK
RGB Variations
Color information
#3404CB (or 0x3404CB) is known color: Medium Blue. HEX triplet: 34, 04 and CB. RGB value is (52,4,203). Sum of RGB (Red+Green+Blue) = 52+4+203=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #3404CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404CB is #CBFB34. Grayscale: #282828. Windows color (decimal): -13368117 or 13304884. OLE color: 13304884.
HSL color Cylindrical-coordinate representation of color #3404CB: hue angle of 254.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404CB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 4 | 203 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.20 |
| HSL | 254.47º | 0.96% | 0.41% | - |
| HSV(B) | 254.47º | 0.98% | 0.8% | - |
| XYZ | 12.24 | 5.13 | 56.84 | - |
| YUV | 41.04 | 219.4 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 203 | 0.74 | 0.98 | 0 | 0.20 | 254.47 | 0.96 | 0.41 |
| Hex | 34 | 4 | CB | 4A | 62 | 0 | 14 | FE | 60 | 29 |
| Octal | 64 | 4 | 313 | 112 | 142 | 0 | 24 | 376 | 140 | 51 |
| Binary | 110100 | 100 | 11001011 | 1001010 | 1100010 | 0 | 10100 | 11111110 | 1100000 | 101001 |
Color Harmonies of #3404CB
Complementary color
Monochromatic Colors of #3404CB
Black with #3404CB
Text Example
Text Example
White with #3404CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404CB; }
p { color: rgb(52,4,203); }
H1.HeaderClassName
{
color: #3404CB;
}
.AnyTagClassName
{
color: #3404CB;
}
</style>
background-color css
<style>
a { background-color: #3404CB; }
a { background-color: rgb(52,4,203); }
div.DivClassName
{
background-color: #3404CB;
}
.BgClassName
{
background-color: #3404CB;
}
</style>
border-color css
<style>
span { border-color: #3404CB; }
span { border-color: rgb(52,4,203); }
td.TdClassName
{
border-color: #3404CB;
}
.TagClassName
{
border-color: #3404CB;
}
</style>