Html Css Color HEX #343BEB Neon Blue

📋 copy color: '#343BEB'

red 52 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #343BEB

Tints of Neon Blue #343BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 15.03%
G = 17.05%
B = 67.92%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#343BEB (or 0x343BEB) is known color: Neon Blue. HEX triplet: 34, 3B and EB. RGB value is (52,59,235). Sum of RGB (Red+Green+Blue) = 52+59+235=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #343BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BEB is #CBC414. Grayscale: #4C4C4C. Windows color (decimal): -13354005 or 15416116. OLE color: 15416116.

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

Color convert

RGB 52 59 235 -
CMYK 0.78 0.75 0 0.08
HSL 237.7º 0.82% 0.56% -
HSV(B) 237.7º 0.78% 0.92% -
XYZ 17.98 9.86 79.55 -
YUV 76.97 217.18 110.19 -
System Red Green Blue C M Y K H S L
Decimal 52 59 235 0.78 0.75 0 0.08 237.7 0.82 0.56
Hex 34 3B EB 4E 4B 0 8 EE 52 38
Octal 64 73 353 116 113 0 10 356 122 70
Binary 110100 111011 11101011 1001110 1001011 0 1000 11101110 1010010 111000

Color Harmonies of #343BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BEB

Black with #343BEB

Text Example


Text Example

White with #343BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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