Html Css Color HEX #343EEB Neon Blue

📋 copy color: '#343EEB'

red 52 ◦ green 62 ◦ blue 235

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

Shades of Neon Blue #343EEB

Tints of Neon Blue #343EEB

RGB

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

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

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

R = 14.9%
G = 17.77%
B = 67.34%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#343EEB (or 0x343EEB) is known color: Neon Blue. HEX triplet: 34, 3E and EB. RGB value is (52,62,235). Sum of RGB (Red+Green+Blue) = 52+62+235=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #343EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343EEB is #CBC114. Grayscale: #4E4E4E. Windows color (decimal): -13353237 or 15416884. OLE color: 15416884.

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

Color convert

RGB 52 62 235 -
CMYK 0.78 0.74 0 0.08
HSL 236.72º 0.82% 0.56% -
HSV(B) 236.72º 0.78% 0.92% -
XYZ 18.13 10.17 79.61 -
YUV 78.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 52 62 235 0.78 0.74 0 0.08 236.72 0.82 0.56
Hex 34 3E EB 4E 4A 0 8 ED 52 38
Octal 64 76 353 116 112 0 10 355 122 70
Binary 110100 111110 11101011 1001110 1001010 0 1000 11101101 1010010 111000

Color Harmonies of #343EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EEB

Black with #343EEB

Text Example


Text Example

White with #343EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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