#3B3AE4

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

Shades of Neon Blue #3B3AE4

Tints of Neon Blue #3B3AE4

Color information

#3B3AE4 (or 0x3B3AE4) is unknown color: approx Neon Blue. HEX triplet: 3B, 3A and E4. RGB value is (59,58,228). Sum of RGB (Red+Green+Blue) = 59+58+228=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B3AE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3AE4 is #C4C51B. Grayscale: #4D4D4D. Windows color (decimal): -12895516 or 14957115. OLE color: 14957115.

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

Color convert

RGB5958228-
CMYK0.740.7500.11
HSL240.35º75.89%56.08%-
HSV(B)240.35º74.56%89.41%-
XYZ17.329.5674.33-
YUV77.68212.83114.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 228 (89.45% from 255) = 66.09%
R=17.10%
G=16.81%
B=66.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59582280.740.7500.11240.3575.8956.08
Hex3B3AE44A4B0Bf04c38
Octal737234411211301336011470
Binary111011111010111001001001010100101101011111100001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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