Shades of Neon Blue #343EEA
Tints of Neon Blue #343EEA
RGB
CMYK
RGB Variations
Color information
#343EEA (or 0x343EEA) is known color: Neon Blue. HEX triplet: 34, 3E and EA. RGB value is (52,62,234). Sum of RGB (Red+Green+Blue) = 52+62+234=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #343EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343EEA is #CBC115. Grayscale: #4D4D4D. Windows color (decimal): -13353238 or 15351348. OLE color: 15351348.
HSL color Cylindrical-coordinate representation of color #343EEA: hue angle of 236.7º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343EEA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 62 | 234 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.08 |
| HSL | 236.7º | 0.81% | 0.56% | - |
| HSV(B) | 236.7º | 0.78% | 0.92% | - |
| XYZ | 17.99 | 10.12 | 78.85 | - |
| YUV | 78.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 234 | 0.78 | 0.74 | 0 | 0.08 | 236.7 | 0.81 | 0.56 |
| Hex | 34 | 3E | EA | 4E | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 64 | 76 | 352 | 116 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110100 | 111110 | 11101010 | 1001110 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #343EEA
Complementary color
Monochromatic Colors of #343EEA
Black with #343EEA
Text Example
Text Example
White with #343EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EEA; }
p { color: rgb(52,62,234); }
H1.HeaderClassName
{
color: #343EEA;
}
.AnyTagClassName
{
color: #343EEA;
}
</style>
background-color css
<style>
a { background-color: #343EEA; }
a { background-color: rgb(52,62,234); }
div.DivClassName
{
background-color: #343EEA;
}
.BgClassName
{
background-color: #343EEA;
}
</style>
border-color css
<style>
span { border-color: #343EEA; }
span { border-color: rgb(52,62,234); }
td.TdClassName
{
border-color: #343EEA;
}
.TagClassName
{
border-color: #343EEA;
}
</style>