#343BF3

Color #343BF3 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #343BF3

Tints of Neon Blue #343BF3

Color information

#343BF3 (or 0x343BF3) is unknown color: approx Neon Blue. HEX triplet: 34, 3B and F3. RGB value is (52,59,243). Sum of RGB (Red+Green+Blue) = 52+59+243=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #343BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BF3 is #CBC40C. Grayscale: #4D4D4D. Windows color (decimal): -13353997 or 15940404. OLE color: 15940404.

HSL color Cylindrical-coordinate representation of color #343BF3: hue angle of 237.8º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343BF3 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5259243-
CMYK0.790.7600.05
HSL237.8º88.84%57.84%-
HSV(B)237.8º78.6%95.29%-
XYZ19.1610.3385.78-
YUV77.88221.18109.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 59 (23.44% from 255) = 16.67%
BLUE value IS 243 (95.31% from 255) = 68.64%
R=14.69%
G=16.67%
B=68.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52592430.790.7600.05237.888.8457.84
Hex343BF34F4C05ee593a
Octal64733631171140535613172
Binary11010011101111110011100111110011000101111011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #343BF3;
 }
 .AnyTagClassName
 {
   color: #343BF3;
 }
</style>
background-color css

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

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

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

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

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

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