Html Css Color HEX #343EEC Neon Blue

📋 copy color: '#343EEC'

red 52 ◦ green 62 ◦ blue 236

#343EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #343EEC

Tints of Neon Blue #343EEC

RGB

 RED value IS 52 (20.7% from 255) = 14.86%

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 14.86%
G = 17.71%
B = 67.43%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#343EEC (or 0x343EEC) is known color: Neon Blue. HEX triplet: 34, 3E and EC. RGB value is (52,62,236). Sum of RGB (Red+Green+Blue) = 52+62+236=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #343EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343EEC is #CBC113. Grayscale: #4E4E4E. Windows color (decimal): -13353236 or 15482420. OLE color: 15482420.

HSL color Cylindrical-coordinate representation of color #343EEC: hue angle of 236.74º 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 #343EEC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 62 236 -
CMYK 0.78 0.74 0 0.07
HSL 236.74º 0.83% 0.56% -
HSV(B) 236.74º 0.78% 0.93% -
XYZ 18.28 10.23 80.37 -
YUV 78.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 52 62 236 0.78 0.74 0 0.07 236.74 0.83 0.56
Hex 34 3E EC 4E 4A 0 7 ED 53 38
Octal 64 76 354 116 112 0 7 355 123 70
Binary 110100 111110 11101100 1001110 1001010 0 111 11101101 1010011 111000

Color Harmonies of #343EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EEC

Black with #343EEC

Text Example


Text Example

White with #343EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343EEC; }

 p { color: rgb(52,62,236); }

 H1.HeaderClassName
 {
   color: #343EEC;
 }
 .AnyTagClassName
 {
   color: #343EEC;
 }
</style>

background-color css

<style>
 a { background-color: #343EEC; }

 a { background-color: rgb(52,62,236); }

 div.DivClassName
 {
   background-color: #343EEC;
 }
 .BgClassName
 {
   background-color: #343EEC;
 }
</style>

border-color css

<style>
 span { border-color: #343EEC; }

 span { border-color: rgb(52,62,236); }

 td.TdClassName
 {
   border-color: #343EEC;
 }
 .TagClassName
 {
   border-color: #343EEC;
 }
</style>