Shades of Medium Blue #3400CF
Tints of Medium Blue #3400CF
RGB
CMYK
RGB Variations
Color information
#3400CF (or 0x3400CF) is known color: Medium Blue. HEX triplet: 34, 00 and CF. RGB value is (52,0,207). Sum of RGB (Red+Green+Blue) = 52+0+207=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #3400CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400CF is #CBFF30. Grayscale: #262626. Windows color (decimal): -13369137 or 13566004. OLE color: 13566004.
HSL color Cylindrical-coordinate representation of color #3400CF: hue angle of 255.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400CF is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 0 | 207 | - |
| CMYK | 0.75 | 1 | 0 | 0.19 |
| HSL | 255.07º | 1% | 0.41% | - |
| HSV(B) | 255.07º | 1% | 0.81% | - |
| XYZ | 12.68 | 5.24 | 59.37 | - |
| YUV | 39.15 | 222.73 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 207 | 0.75 | 1 | 0 | 0.19 | 255.07 | 1 | 0.41 |
| Hex | 34 | 0 | CF | 4B | 64 | 0 | 13 | FF | 64 | 29 |
| Octal | 64 | 0 | 317 | 113 | 144 | 0 | 23 | 377 | 144 | 51 |
| Binary | 110100 | 0 | 11001111 | 1001011 | 1100100 | 0 | 10011 | 11111111 | 1100100 | 101001 |
Color Harmonies of #3400CF
Complementary color
Monochromatic Colors of #3400CF
Black with #3400CF
Text Example
Text Example
White with #3400CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400CF; }
p { color: rgb(52,0,207); }
H1.HeaderClassName
{
color: #3400CF;
}
.AnyTagClassName
{
color: #3400CF;
}
</style>
background-color css
<style>
a { background-color: #3400CF; }
a { background-color: rgb(52,0,207); }
div.DivClassName
{
background-color: #3400CF;
}
.BgClassName
{
background-color: #3400CF;
}
</style>
border-color css
<style>
span { border-color: #3400CF; }
span { border-color: rgb(52,0,207); }
td.TdClassName
{
border-color: #3400CF;
}
.TagClassName
{
border-color: #3400CF;
}
</style>