Shades of Medium Blue #3404CC
Tints of Medium Blue #3404CC
RGB
CMYK
RGB Variations
Color information
#3404CC (or 0x3404CC) is known color: Medium Blue. HEX triplet: 34, 04 and CC. RGB value is (52,4,204). Sum of RGB (Red+Green+Blue) = 52+4+204=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #3404CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404CC is #CBFB33. Grayscale: #282828. Windows color (decimal): -13368116 or 13370420. OLE color: 13370420.
HSL color Cylindrical-coordinate representation of color #3404CC: hue angle of 254.4º 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 #3404CC is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 4 | 204 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.2 |
| HSL | 254.4º | 0.96% | 0.41% | - |
| HSV(B) | 254.4º | 0.98% | 0.8% | - |
| XYZ | 12.36 | 5.18 | 57.47 | - |
| YUV | 41.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 204 | 0.75 | 0.98 | 0 | 0.2 | 254.4 | 0.96 | 0.41 |
| Hex | 34 | 4 | CC | 4B | 62 | 0 | 14 | FE | 60 | 29 |
| Octal | 64 | 4 | 314 | 113 | 142 | 0 | 24 | 376 | 140 | 51 |
| Binary | 110100 | 100 | 11001100 | 1001011 | 1100010 | 0 | 10100 | 11111110 | 1100000 | 101001 |
Color Harmonies of #3404CC
Complementary color
Monochromatic Colors of #3404CC
Black with #3404CC
Text Example
Text Example
White with #3404CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404CC; }
p { color: rgb(52,4,204); }
H1.HeaderClassName
{
color: #3404CC;
}
.AnyTagClassName
{
color: #3404CC;
}
</style>
background-color css
<style>
a { background-color: #3404CC; }
a { background-color: rgb(52,4,204); }
div.DivClassName
{
background-color: #3404CC;
}
.BgClassName
{
background-color: #3404CC;
}
</style>
border-color css
<style>
span { border-color: #3404CC; }
span { border-color: rgb(52,4,204); }
td.TdClassName
{
border-color: #3404CC;
}
.TagClassName
{
border-color: #3404CC;
}
</style>