Html Css Color HEX #343CEC Neon Blue

📋 copy color: '#343CEC'

red 52 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #343CEC

Tints of Neon Blue #343CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

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

R = 14.94%
G = 17.24%
B = 67.82%

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

#343CEC (or 0x343CEC) is known color: Neon Blue. HEX triplet: 34, 3C and EC. RGB value is (52,60,236). Sum of RGB (Red+Green+Blue) = 52+60+236=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #343CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CEC is #CBC313. Grayscale: #4C4C4C. Windows color (decimal): -13353748 or 15481908. OLE color: 15481908.

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

Color convert

RGB 52 60 236 -
CMYK 0.78 0.75 0 0.07
HSL 237.39º 0.83% 0.56% -
HSV(B) 237.39º 0.78% 0.93% -
XYZ 18.17 10.02 80.33 -
YUV 77.67 217.35 109.69 -
System Red Green Blue C M Y K H S L
Decimal 52 60 236 0.78 0.75 0 0.07 237.39 0.83 0.56
Hex 34 3C EC 4E 4B 0 7 ED 53 38
Octal 64 74 354 116 113 0 7 355 123 70
Binary 110100 111100 11101100 1001110 1001011 0 111 11101101 1010011 111000

Color Harmonies of #343CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CEC

Black with #343CEC

Text Example


Text Example

White with #343CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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