#3B39E6

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

Shades of Neon Blue #3B39E6

Tints of Neon Blue #3B39E6

Color information

#3B39E6 (or 0x3B39E6) is unknown color: approx Neon Blue. HEX triplet: 3B, 39 and E6. RGB value is (59,57,230). Sum of RGB (Red+Green+Blue) = 59+57+230=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 230 (90.23% from 255 or 66.47% from 346); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B39E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B39E6 is #C4C619. Grayscale: #4C4C4C. Windows color (decimal): -12895770 or 15087931. OLE color: 15087931.

HSL color Cylindrical-coordinate representation of color #3B39E6: hue angle of 240.69º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B39E6 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5957230-
CMYK0.740.7500.10
HSL240.69º77.58%56.27%-
HSV(B)240.69º75.22%90.2%-
XYZ17.559.5775.78-
YUV77.32214.16114.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 230 (90.23% from 255) = 66.47%
R=17.05%
G=16.47%
B=66.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59572300.740.7500.10240.6977.5856.27
Hex3B39E64A4B0Af14e38
Octal737134611211301236111670
Binary111011111001111001101001010100101101010111100011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B39E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,230); }

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

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

 a { background-color: rgb(59,57,230); }

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

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

 span { border-color: rgb(59,57,230); }

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