Html Css Color HEX #343BEC Neon Blue

📋 copy color: '#343BEC'

red 52 ◦ green 59 ◦ blue 236

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

Shades of Neon Blue #343BEC

Tints of Neon Blue #343BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 14.99%
G = 17%
B = 68.01%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#343BEC (or 0x343BEC) is known color: Neon Blue. HEX triplet: 34, 3B and EC. RGB value is (52,59,236). Sum of RGB (Red+Green+Blue) = 52+59+236=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #343BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BEC is #CBC413. Grayscale: #4C4C4C. Windows color (decimal): -13354004 or 15481652. OLE color: 15481652.

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

Color convert

RGB 52 59 236 -
CMYK 0.78 0.75 0 0.07
HSL 237.72º 0.83% 0.56% -
HSV(B) 237.72º 0.78% 0.93% -
XYZ 18.12 9.91 80.32 -
YUV 77.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 52 59 236 0.78 0.75 0 0.07 237.72 0.83 0.56
Hex 34 3B EC 4E 4B 0 7 EE 53 38
Octal 64 73 354 116 113 0 7 356 123 70
Binary 110100 111011 11101100 1001110 1001011 0 111 11101110 1010011 111000

Color Harmonies of #343BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BEC

Black with #343BEC

Text Example


Text Example

White with #343BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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