#3B34F3

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

Shades of Neon Blue #3B34F3

Tints of Neon Blue #3B34F3

Color information

#3B34F3 (or 0x3B34F3) is unknown color: approx Neon Blue. HEX triplet: 3B, 34 and F3. RGB value is (59,52,243). Sum of RGB (Red+Green+Blue) = 59+52+243=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 52 (20.70% from 255 or 14.69% 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 #3B34F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B34F3 is #C4CB0C. Grayscale: #4B4B4B. Windows color (decimal): -12897037 or 15938619. OLE color: 15938619.

HSL color Cylindrical-coordinate representation of color #3B34F3: hue angle of 242.2º 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 #3B34F3 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5952243-
CMYK0.760.7900.05
HSL242.2º88.84%57.84%-
HSV(B)242.2º78.6%95.29%-
XYZ19.219.8685.68-
YUV75.87222.32115.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59522430.760.7900.05242.288.8457.84
Hex3B34F34C4F05f2593a
Octal73643631141170536213172
Binary11101111010011110011100110010011110101111100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B34F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B34F3; }

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

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

<style>
 a { background-color: #3B34F3; }

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

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

<style>
 span { border-color: #3B34F3; }

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

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