Html Css Color HEX #343AEA Neon Blue

📋 copy color: '#343AEA'

red 52 ◦ green 58 ◦ blue 234

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

Shades of Neon Blue #343AEA

Tints of Neon Blue #343AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 15.12%
G = 16.86%
B = 68.02%

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

#343AEA (or 0x343AEA) is known color: Neon Blue. HEX triplet: 34, 3A and EA. RGB value is (52,58,234). Sum of RGB (Red+Green+Blue) = 52+58+234=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #343AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343AEA is #CBC515. Grayscale: #4B4B4B. Windows color (decimal): -13354262 or 15350324. OLE color: 15350324.

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

Color convert

RGB 52 58 234 -
CMYK 0.78 0.75 0 0.08
HSL 238.02º 0.81% 0.56% -
HSV(B) 238.02º 0.78% 0.92% -
XYZ 17.78 9.7 78.78 -
YUV 76.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 52 58 234 0.78 0.75 0 0.08 238.02 0.81 0.56
Hex 34 3A EA 4E 4B 0 8 EE 51 38
Octal 64 72 352 116 113 0 10 356 121 70
Binary 110100 111010 11101010 1001110 1001011 0 1000 11101110 1010001 111000

Color Harmonies of #343AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AEA

Black with #343AEA

Text Example


Text Example

White with #343AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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