Shades of Medium Blue #3409C7
Tints of Medium Blue #3409C7
RGB
CMYK
RGB Variations
Color information
#3409C7 (or 0x3409C7) is known color: Medium Blue. HEX triplet: 34, 09 and C7. RGB value is (52,9,199). Sum of RGB (Red+Green+Blue) = 52+9+199=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 199 (78.12% from 255 or 76.54% from 260); Max value from RGB is 199 - color contains mainly: blue. Hex color #3409C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409C7 is #CBF638. Grayscale: #2A2A2A. Windows color (decimal): -13366841 or 13044020. OLE color: 13044020.
HSL color Cylindrical-coordinate representation of color #3409C7: hue angle of 253.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409C7 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 9 | 199 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.22 |
| HSL | 253.58º | 0.91% | 0.41% | - |
| HSV(B) | 253.58º | 0.95% | 0.78% | - |
| XYZ | 11.82 | 5.05 | 54.38 | - |
| YUV | 43.52 | 215.75 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 199 | 0.74 | 0.95 | 0 | 0.22 | 253.58 | 0.91 | 0.41 |
| Hex | 34 | 9 | C7 | 4A | 5F | 0 | 16 | FE | 5B | 29 |
| Octal | 64 | 11 | 307 | 112 | 137 | 0 | 26 | 376 | 133 | 51 |
| Binary | 110100 | 1001 | 11000111 | 1001010 | 1011111 | 0 | 10110 | 11111110 | 1011011 | 101001 |
Color Harmonies of #3409C7
Complementary color
Monochromatic Colors of #3409C7
Black with #3409C7
Text Example
Text Example
White with #3409C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409C7; }
p { color: rgb(52,9,199); }
H1.HeaderClassName
{
color: #3409C7;
}
.AnyTagClassName
{
color: #3409C7;
}
</style>
background-color css
<style>
a { background-color: #3409C7; }
a { background-color: rgb(52,9,199); }
div.DivClassName
{
background-color: #3409C7;
}
.BgClassName
{
background-color: #3409C7;
}
</style>
border-color css
<style>
span { border-color: #3409C7; }
span { border-color: rgb(52,9,199); }
td.TdClassName
{
border-color: #3409C7;
}
.TagClassName
{
border-color: #3409C7;
}
</style>