Shades of Neon Blue #343DEC
Tints of Neon Blue #343DEC
RGB
CMYK
RGB Variations
Color information
#343DEC (or 0x343DEC) is known color: Neon Blue. HEX triplet: 34, 3D and EC. RGB value is (52,61,236). Sum of RGB (Red+Green+Blue) = 52+61+236=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #343DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343DEC is #CBC213. Grayscale: #4D4D4D. Windows color (decimal): -13353492 or 15482164. OLE color: 15482164.
HSL color Cylindrical-coordinate representation of color #343DEC: hue angle of 237.07º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343DEC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 61 | 236 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.07 |
| HSL | 237.07º | 0.83% | 0.56% | - |
| HSV(B) | 237.07º | 0.78% | 0.93% | - |
| XYZ | 18.23 | 10.12 | 80.35 | - |
| YUV | 78.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 236 | 0.78 | 0.74 | 0 | 0.07 | 237.07 | 0.83 | 0.56 |
| Hex | 34 | 3D | EC | 4E | 4A | 0 | 7 | ED | 53 | 38 |
| Octal | 64 | 75 | 354 | 116 | 112 | 0 | 7 | 355 | 123 | 70 |
| Binary | 110100 | 111101 | 11101100 | 1001110 | 1001010 | 0 | 111 | 11101101 | 1010011 | 111000 |
Color Harmonies of #343DEC
Complementary color
Monochromatic Colors of #343DEC
Black with #343DEC
Text Example
Text Example
White with #343DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DEC; }
p { color: rgb(52,61,236); }
H1.HeaderClassName
{
color: #343DEC;
}
.AnyTagClassName
{
color: #343DEC;
}
</style>
background-color css
<style>
a { background-color: #343DEC; }
a { background-color: rgb(52,61,236); }
div.DivClassName
{
background-color: #343DEC;
}
.BgClassName
{
background-color: #343DEC;
}
</style>
border-color css
<style>
span { border-color: #343DEC; }
span { border-color: rgb(52,61,236); }
td.TdClassName
{
border-color: #343DEC;
}
.TagClassName
{
border-color: #343DEC;
}
</style>