Shades of Neon Blue #343BEA
Tints of Neon Blue #343BEA
RGB
CMYK
RGB Variations
Color information
#343BEA (or 0x343BEA) is known color: Neon Blue. HEX triplet: 34, 3B and EA. RGB value is (52,59,234). Sum of RGB (Red+Green+Blue) = 52+59+234=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #343BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BEA is #CBC415. Grayscale: #4C4C4C. Windows color (decimal): -13354006 or 15350580. OLE color: 15350580.
HSL color Cylindrical-coordinate representation of color #343BEA: hue angle of 237.69º 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 #343BEA is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 59 | 234 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.08 |
| HSL | 237.69º | 0.81% | 0.56% | - |
| HSV(B) | 237.69º | 0.78% | 0.92% | - |
| XYZ | 17.83 | 9.8 | 78.79 | - |
| YUV | 76.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 234 | 0.78 | 0.75 | 0 | 0.08 | 237.69 | 0.81 | 0.56 |
| Hex | 34 | 3B | EA | 4E | 4B | 0 | 8 | EE | 51 | 38 |
| Octal | 64 | 73 | 352 | 116 | 113 | 0 | 10 | 356 | 121 | 70 |
| Binary | 110100 | 111011 | 11101010 | 1001110 | 1001011 | 0 | 1000 | 11101110 | 1010001 | 111000 |
Color Harmonies of #343BEA
Complementary color
Monochromatic Colors of #343BEA
Black with #343BEA
Text Example
Text Example
White with #343BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BEA; }
p { color: rgb(52,59,234); }
H1.HeaderClassName
{
color: #343BEA;
}
.AnyTagClassName
{
color: #343BEA;
}
</style>
background-color css
<style>
a { background-color: #343BEA; }
a { background-color: rgb(52,59,234); }
div.DivClassName
{
background-color: #343BEA;
}
.BgClassName
{
background-color: #343BEA;
}
</style>
border-color css
<style>
span { border-color: #343BEA; }
span { border-color: rgb(52,59,234); }
td.TdClassName
{
border-color: #343BEA;
}
.TagClassName
{
border-color: #343BEA;
}
</style>