Shades of Neon Blue #343CEA
Tints of Neon Blue #343CEA
RGB
CMYK
RGB Variations
Color information
#343CEA (or 0x343CEA) is known color: Neon Blue. HEX triplet: 34, 3C and EA. RGB value is (52,60,234). Sum of RGB (Red+Green+Blue) = 52+60+234=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #343CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CEA is #CBC315. Grayscale: #4C4C4C. Windows color (decimal): -13353750 or 15350836. OLE color: 15350836.
HSL color Cylindrical-coordinate representation of color #343CEA: hue angle of 237.36º 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 #343CEA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 60 | 234 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.08 |
| HSL | 237.36º | 0.81% | 0.56% | - |
| HSV(B) | 237.36º | 0.78% | 0.92% | - |
| XYZ | 17.88 | 9.9 | 78.81 | - |
| YUV | 77.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 234 | 0.78 | 0.74 | 0 | 0.08 | 237.36 | 0.81 | 0.56 |
| Hex | 34 | 3C | EA | 4E | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 64 | 74 | 352 | 116 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110100 | 111100 | 11101010 | 1001110 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #343CEA
Complementary color
Monochromatic Colors of #343CEA
Black with #343CEA
Text Example
Text Example
White with #343CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CEA; }
p { color: rgb(52,60,234); }
H1.HeaderClassName
{
color: #343CEA;
}
.AnyTagClassName
{
color: #343CEA;
}
</style>
background-color css
<style>
a { background-color: #343CEA; }
a { background-color: rgb(52,60,234); }
div.DivClassName
{
background-color: #343CEA;
}
.BgClassName
{
background-color: #343CEA;
}
</style>
border-color css
<style>
span { border-color: #343CEA; }
span { border-color: rgb(52,60,234); }
td.TdClassName
{
border-color: #343CEA;
}
.TagClassName
{
border-color: #343CEA;
}
</style>