Shades of Medium Blue #3409CC
Tints of Medium Blue #3409CC
RGB
CMYK
RGB Variations
Color information
#3409CC (or 0x3409CC) is known color: Medium Blue. HEX triplet: 34, 09 and CC. RGB value is (52,9,204). Sum of RGB (Red+Green+Blue) = 52+9+204=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #3409CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409CC is #CBF633. Grayscale: #2B2B2B. Windows color (decimal): -13366836 or 13371700. OLE color: 13371700.
HSL color Cylindrical-coordinate representation of color #3409CC: hue angle of 253.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3409CC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 9 | 204 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.2 |
| HSL | 253.23º | 0.92% | 0.42% | - |
| HSV(B) | 253.23º | 0.96% | 0.8% | - |
| XYZ | 12.41 | 5.29 | 57.49 | - |
| YUV | 44.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 204 | 0.75 | 0.96 | 0 | 0.2 | 253.23 | 0.92 | 0.42 |
| Hex | 34 | 9 | CC | 4B | 60 | 0 | 14 | FD | 5C | 2A |
| Octal | 64 | 11 | 314 | 113 | 140 | 0 | 24 | 375 | 134 | 52 |
| Binary | 110100 | 1001 | 11001100 | 1001011 | 1100000 | 0 | 10100 | 11111101 | 1011100 | 101010 |
Color Harmonies of #3409CC
Complementary color
Monochromatic Colors of #3409CC
Black with #3409CC
Text Example
Text Example
White with #3409CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409CC; }
p { color: rgb(52,9,204); }
H1.HeaderClassName
{
color: #3409CC;
}
.AnyTagClassName
{
color: #3409CC;
}
</style>
background-color css
<style>
a { background-color: #3409CC; }
a { background-color: rgb(52,9,204); }
div.DivClassName
{
background-color: #3409CC;
}
.BgClassName
{
background-color: #3409CC;
}
</style>
border-color css
<style>
span { border-color: #3409CC; }
span { border-color: rgb(52,9,204); }
td.TdClassName
{
border-color: #3409CC;
}
.TagClassName
{
border-color: #3409CC;
}
</style>