Shades of Neon Blue #343AEC
Tints of Neon Blue #343AEC
RGB
CMYK
RGB Variations
Color information
#343AEC (or 0x343AEC) is known color: Neon Blue. HEX triplet: 34, 3A and EC. RGB value is (52,58,236). Sum of RGB (Red+Green+Blue) = 52+58+236=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #343AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AEC is #CBC513. Grayscale: #4B4B4B. Windows color (decimal): -13354260 or 15481396. OLE color: 15481396.
HSL color Cylindrical-coordinate representation of color #343AEC: hue angle of 238.04º 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 #343AEC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 58 | 236 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 238.04º | 0.83% | 0.56% | - |
| HSV(B) | 238.04º | 0.78% | 0.93% | - |
| XYZ | 18.07 | 9.81 | 80.3 | - |
| YUV | 76.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 236 | 0.78 | 0.75 | 0 | 0.07 | 238.04 | 0.83 | 0.56 |
| Hex | 34 | 3A | EC | 4E | 4B | 0 | 7 | EE | 53 | 38 |
| Octal | 64 | 72 | 354 | 116 | 113 | 0 | 7 | 356 | 123 | 70 |
| Binary | 110100 | 111010 | 11101100 | 1001110 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111000 |
Color Harmonies of #343AEC
Complementary color
Monochromatic Colors of #343AEC
Black with #343AEC
Text Example
Text Example
White with #343AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AEC; }
p { color: rgb(52,58,236); }
H1.HeaderClassName
{
color: #343AEC;
}
.AnyTagClassName
{
color: #343AEC;
}
</style>
background-color css
<style>
a { background-color: #343AEC; }
a { background-color: rgb(52,58,236); }
div.DivClassName
{
background-color: #343AEC;
}
.BgClassName
{
background-color: #343AEC;
}
</style>
border-color css
<style>
span { border-color: #343AEC; }
span { border-color: rgb(52,58,236); }
td.TdClassName
{
border-color: #343AEC;
}
.TagClassName
{
border-color: #343AEC;
}
</style>