Html Css Color HEX #343AED Neon Blue

📋 copy color: '#343AED'

red 52 ◦ green 58 ◦ blue 237

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

Shades of Neon Blue #343AED

Tints of Neon Blue #343AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 14.99%
G = 16.71%
B = 68.3%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#343AED (or 0x343AED) is known color: Neon Blue. HEX triplet: 34, 3A and ED. RGB value is (52,58,237). Sum of RGB (Red+Green+Blue) = 52+58+237=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #343AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AED is #CBC512. Grayscale: #4B4B4B. Windows color (decimal): -13354259 or 15546932. OLE color: 15546932.

HSL color Cylindrical-coordinate representation of color #343AED: hue angle of 238.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343AED is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 58 237 -
CMYK 0.78 0.76 0 0.07
HSL 238.05º 0.84% 0.57% -
HSV(B) 238.05º 0.78% 0.93% -
XYZ 18.22 9.87 81.07 -
YUV 76.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 52 58 237 0.78 0.76 0 0.07 238.05 0.84 0.57
Hex 34 3A ED 4E 4C 0 7 EE 54 39
Octal 64 72 355 116 114 0 7 356 124 71
Binary 110100 111010 11101101 1001110 1001100 0 111 11101110 1010100 111001

Color Harmonies of #343AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AED

Black with #343AED

Text Example


Text Example

White with #343AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,58,237); }

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

background-color css

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

 a { background-color: rgb(52,58,237); }

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

border-color css

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

 span { border-color: rgb(52,58,237); }

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