Html Css Color HEX #343BE4 Neon Blue

📋 copy color: '#343BE4'

red 52 ◦ green 59 ◦ blue 228

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

Shades of Neon Blue #343BE4

Tints of Neon Blue #343BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.26%

R = 15.34%
G = 17.4%
B = 67.26%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#343BE4 (or 0x343BE4) is known color: Neon Blue. HEX triplet: 34, 3B and E4. RGB value is (52,59,228). Sum of RGB (Red+Green+Blue) = 52+59+228=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #343BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BE4 is #CBC41B. Grayscale: #4B4B4B. Windows color (decimal): -13354012 or 14957364. OLE color: 14957364.

HSL color Cylindrical-coordinate representation of color #343BE4: hue angle of 237.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343BE4 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 59 228 -
CMYK 0.77 0.74 0 0.11
HSL 237.61º 0.77% 0.55% -
HSV(B) 237.61º 0.77% 0.89% -
XYZ 16.98 9.46 74.33 -
YUV 76.17 213.68 110.76 -
System Red Green Blue C M Y K H S L
Decimal 52 59 228 0.77 0.74 0 0.11 237.61 0.77 0.55
Hex 34 3B E4 4D 4A 0 B EE 4D 37
Octal 64 73 344 115 112 0 13 356 115 67
Binary 110100 111011 11100100 1001101 1001010 0 1011 11101110 1001101 110111

Color Harmonies of #343BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BE4

Black with #343BE4

Text Example


Text Example

White with #343BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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