Shades of Medium Blue #3400CC
Tints of Medium Blue #3400CC
RGB
CMYK
RGB Variations
Color information
#3400CC (or 0x3400CC) is known color: Medium Blue. HEX triplet: 34, 00 and CC. RGB value is (52,0,204). Sum of RGB (Red+Green+Blue) = 52+0+204=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #3400CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400CC is #CBFF33. Grayscale: #262626. Windows color (decimal): -13369140 or 13369396. OLE color: 13369396.
HSL color Cylindrical-coordinate representation of color #3400CC: hue angle of 255.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400CC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 0 | 204 | - |
| CMYK | 0.75 | 1 | 0 | 0.2 |
| HSL | 255.29º | 1% | 0.4% | - |
| HSV(B) | 255.29º | 1% | 0.8% | - |
| XYZ | 12.32 | 5.09 | 57.46 | - |
| YUV | 38.8 | 221.23 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 204 | 0.75 | 1 | 0 | 0.2 | 255.29 | 1 | 0.4 |
| Hex | 34 | 0 | CC | 4B | 64 | 0 | 14 | FF | 64 | 28 |
| Octal | 64 | 0 | 314 | 113 | 144 | 0 | 24 | 377 | 144 | 50 |
| Binary | 110100 | 0 | 11001100 | 1001011 | 1100100 | 0 | 10100 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3400CC
Complementary color
Monochromatic Colors of #3400CC
Black with #3400CC
Text Example
Text Example
White with #3400CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400CC; }
p { color: rgb(52,0,204); }
H1.HeaderClassName
{
color: #3400CC;
}
.AnyTagClassName
{
color: #3400CC;
}
</style>
background-color css
<style>
a { background-color: #3400CC; }
a { background-color: rgb(52,0,204); }
div.DivClassName
{
background-color: #3400CC;
}
.BgClassName
{
background-color: #3400CC;
}
</style>
border-color css
<style>
span { border-color: #3400CC; }
span { border-color: rgb(52,0,204); }
td.TdClassName
{
border-color: #3400CC;
}
.TagClassName
{
border-color: #3400CC;
}
</style>