Shades of Medium Blue #3403CE
Tints of Medium Blue #3403CE
RGB
CMYK
RGB Variations
Color information
#3403CE (or 0x3403CE) is known color: Medium Blue. HEX triplet: 34, 03 and CE. RGB value is (52,3,206). Sum of RGB (Red+Green+Blue) = 52+3+206=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #3403CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403CE is #CBFC31. Grayscale: #282828. Windows color (decimal): -13368370 or 13501236. OLE color: 13501236.
HSL color Cylindrical-coordinate representation of color #3403CE: hue angle of 254.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403CE is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 3 | 206 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.19 |
| HSL | 254.48º | 0.97% | 0.41% | - |
| HSV(B) | 254.48º | 0.99% | 0.81% | - |
| XYZ | 12.59 | 5.25 | 58.74 | - |
| YUV | 40.79 | 221.23 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 206 | 0.75 | 0.99 | 0 | 0.19 | 254.48 | 0.97 | 0.41 |
| Hex | 34 | 3 | CE | 4B | 63 | 0 | 13 | FE | 61 | 29 |
| Octal | 64 | 3 | 316 | 113 | 143 | 0 | 23 | 376 | 141 | 51 |
| Binary | 110100 | 11 | 11001110 | 1001011 | 1100011 | 0 | 10011 | 11111110 | 1100001 | 101001 |
Color Harmonies of #3403CE
Complementary color
Monochromatic Colors of #3403CE
Black with #3403CE
Text Example
Text Example
White with #3403CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403CE; }
p { color: rgb(52,3,206); }
H1.HeaderClassName
{
color: #3403CE;
}
.AnyTagClassName
{
color: #3403CE;
}
</style>
background-color css
<style>
a { background-color: #3403CE; }
a { background-color: rgb(52,3,206); }
div.DivClassName
{
background-color: #3403CE;
}
.BgClassName
{
background-color: #3403CE;
}
</style>
border-color css
<style>
span { border-color: #3403CE; }
span { border-color: rgb(52,3,206); }
td.TdClassName
{
border-color: #3403CE;
}
.TagClassName
{
border-color: #3403CE;
}
</style>